guix-commits
[Top][All Lists]
Advanced

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

09/13: gnu: python-requests: Disable tests.


From: Leo Famulari
Subject: 09/13: gnu: python-requests: Disable tests.
Date: Tue, 13 Dec 2016 22:04:51 +0000 (UTC)

lfam pushed a commit to branch python-tests
in repository guix.

commit cff0ccf9dce5bb0c6c504909be7dfc581f3068a9
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 13 19:07:30 2016 +0100

    gnu: python-requests: Disable tests.
    
    * gnu/packages/python.scm (python-requests, python2-requests,
    python-requests-2.7)[native-inputs]: Remove field.
    [arguments]: New field. Set #:tests? #f.
---
 gnu/packages/python.scm |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1a8a9a4..200ba30 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2365,12 +2365,11 @@ installed with a newer @code{pip} or with wheel's own 
command line utility.")
              (sha256
               (base32
                "0zsqrzlybf25xscgi7ja4s48y2abf9wvjkn47wh984qgs1fq2xy5"))))
+    ;; TODO: unbundle urllib3 and chardet.
     (build-system python-build-system)
-    (native-inputs
-     `(("python-py" ,python-py)
-       ("python-pytest" ,python-pytest)
-       ("python-pytest-cov" ,python-pytest-cov)
-       ("python-wheel" ,python-wheel)))
+    (arguments
+     ;; FIXME: Some tests require network access.
+     '(#:tests? #f))
     (home-page "http://python-requests.org/";)
     (synopsis "Python HTTP library")
     (description



reply via email to

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