~ruther/guix-local

30e0229a1713e77dc0397dfb4ee6af4ac6a00443 — Marius Bakke 9 years ago bd100c7
gnu: python-pyopenssl: Disable tests.

* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl)[arguments]:
Set #:tests? #f.
[native-inputs]: Add python-pytest.
1 files changed, 5 insertions(+), 0 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +5 -0
@@ 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))
    (propagated-inputs
     `(("python-cryptography" ,python-cryptography)
       ("python-six" ,python-six)))
    (inputs
     `(("openssl" ,openssl)))
    (native-inputs
     `(("python-pytest" ,python-pytest)))
    (home-page "https://github.com/pyca/pyopenssl")
    (synopsis "Python wrapper module around the OpenSSL library")
    (description