guix-devel
[Top][All Lists]
Advanced

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

[PATCH 3/6] gnu: python-scripttest: Disable tests.


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

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 3e71183..28984b0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1710,9 +1710,10 @@ result back.")
         (base32
          "0f4w84k8ck82syys7yg9maz93mqzc8p5ymis941x034v44jzq74m"))))
     (build-system python-build-system)
+    (arguments
+      '(#:tests? #f)) ; Tests are not included in the PyPi release.
     (inputs
-     `(("python-setuptools" ,python-setuptools)
-       ("python-pytest" ,python-pytest)))
+     `(("python-setuptools" ,python-setuptools)))
     (home-page "http://pythonpaste.org/scripttest/";)
     (synopsis "Python library to test command-line scripts")
     (description "Scripttest is a Python helper library for testing
-- 
2.9.0




reply via email to

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