From: Leo Famulari <leo@famulari.name>
To: guix-devel@gnu.org
Subject: Re: 01/01: gnu: python-pyopenssl: Disable tests.
Date: Thu, 15 Dec 2016 18:49:19 -0500 [thread overview]
Message-ID: <20161215234919.GA14722@jasmine> (raw)
In-Reply-To: <20161214173804.3FE492201BA@vcs.savannah.gnu.org>
On Wed, Dec 14, 2016 at 05:38:04PM +0000, Marius Bakke wrote:
> mbakke pushed a commit to branch python-tests
> in repository guix.
>
> commit 30e0229a1713e77dc0397dfb4ee6af4ac6a00443
> Author: Marius Bakke <mbakke@fastmail.com>
> Date: Wed Dec 14 18:34:48 2016 +0100
>
> gnu: python-pyopenssl: Disable tests.
>
> * gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl)[arguments]:
> Set #:tests? #f.
> [native-inputs]: Add python-pytest.
> ---
> gnu/packages/python.scm | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index cd6ed1c..ebe0194 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -6585,11 +6585,16 @@ message digests and key derivation functions.")
> (base32
> "0vji4yrfshs15xpczbhzhasnjrwcarsqg87n98ixnyafnyxs6ybp"))))
> (build-system python-build-system)
> + (arguments
> + ;; FIXME: Some tests fail with "NameError: name 'long' is not defined".
> + '(#:tests? #f))
Do you think this indicates a real problem? Or is the issue limited to
the tests?
next parent reply other threads:[~2016-12-15 23:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20161214173803.7999.79849@vcs.savannah.gnu.org>
[not found] ` <20161214173804.3FE492201BA@vcs.savannah.gnu.org>
2016-12-15 23:49 ` Leo Famulari [this message]
2016-12-16 13:21 ` 01/01: gnu: python-pyopenssl: Disable tests Marius Bakke
2016-12-16 20:20 ` Leo Famulari
2016-12-16 20:22 ` Marius Bakke
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161215234919.GA14722@jasmine \
--to=leo@famulari.name \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.