guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-ndg-httpsclient: Disable tests.


From: Leo Famulari
Subject: 01/01: gnu: python-ndg-httpsclient: Disable tests.
Date: Sun, 16 Oct 2016 02:43:47 +0000 (UTC)

lfam pushed a commit to branch core-updates
in repository guix.

commit a39cc016329f1f490ac7629fa81c9b686e7b0f4e
Author: Leo Famulari <address@hidden>
Date:   Sat Oct 15 22:41:42 2016 -0400

    gnu: python-ndg-httpsclient: Disable tests.
    
    The tests were silently skipped with Python 3.4. With Python 3.5, this 
caused
    the python-ndg-httpsclient build to fail.
    
    * gnu/packages/python.scm (python-ndg-httpsclient)[arguments]: Disable 
tests.
---
 gnu/packages/python.scm |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f6917ba..032530c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7088,6 +7088,9 @@ be set via config files and/or environment variables.")
                 (base32
                   "0x32ibixm3vv5m9xfk83xsqm8xcqw4dd0khbh6qbri6rxgymbhg8"))))
     (build-system python-build-system)
+    (arguments
+     '(;; The tests appear to require networking.
+       #:tests? #f))
     (propagated-inputs
      `(("python-pyopenssl" ,python-pyopenssl)))
     (synopsis "HTTPS support for Python's httplib and urllib2")



reply via email to

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