guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 01/01: gnu: python-pyopenssl: Disable tests.


From: Leo Famulari
Subject: Re: 01/01: gnu: python-pyopenssl: Disable tests.
Date: Thu, 15 Dec 2016 18:49:19 -0500
User-agent: Mutt/1.7.1 (2016-10-04)

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 <address@hidden>
> 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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]