guix-devel
[Top][All Lists]
Advanced

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

[PATCH 2/6] gnu: python-pip: Disable tests.


From: Leo Famulari
Subject: [PATCH 2/6] gnu: python-pip: Disable tests.
Date: Sat, 2 Jul 2016 21:10:14 -0400

* gnu/packages/python.scm (python-pip, python2-pip)[arguments]: Disable tests.
[inputs]: Remove python-mock, python-pytest, python-scripttest,
python-virtualenv.
---
 gnu/packages/python.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d646d94..3e71183 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6051,13 +6051,10 @@ library.")
         (base32
          "08cm8d4228fj0qnrysy3qv1a6022zr3dcs25amd14lgxil6vvx26"))))
     (build-system python-build-system)
+    (arguments
+     '(#:tests? #f)) ; Tests are not included in the PyPi release.
     (inputs
-      `(("python-setuptools" ,python-setuptools)
-        ("python-virtualenv" ,python-virtualenv)
-        ;; Tests
-        ("python-mock" ,python-mock)
-        ("python-pytest" ,python-pytest)
-        ("python-scripttest" ,python-scripttest)))
+      `(("python-setuptools" ,python-setuptools)))
     (home-page "https://pip.pypa.io/";)
     (synopsis
       "Package manager for Python software")
-- 
2.9.0




reply via email to

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