[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/11: gnu: python-scripttest: Disable tests.
From: |
Leo Famulari |
Subject: |
03/11: gnu: python-scripttest: Disable tests. |
Date: |
Tue, 12 Jul 2016 22:27:09 +0000 (UTC) |
lfam pushed a commit to branch python-updates
in repository guix.
commit 9272b1ac59b66d6bb2af33e90d350fc237f6057f
Author: Leo Famulari <address@hidden>
Date: Sat Jul 2 02:12:47 2016 -0400
gnu: python-scripttest: Disable tests.
* 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 2789b58..0a82b99 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1712,9 +1712,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
- branch python-updates created (now 11fbc45), Leo Famulari, 2016/07/12
- 05/11: gnu: python-pytest-runner: Update to 2.8., Leo Famulari, 2016/07/12
- 03/11: gnu: python-scripttest: Disable tests.,
Leo Famulari <=
- 02/11: gnu: python-pip: Disable tests., Leo Famulari, 2016/07/12
- 06/11: gnu: python-cryptopgraphy: Update to 1.4., Leo Famulari, 2016/07/12
- 07/11: gnu: Add python-imagesize., Leo Famulari, 2016/07/12
- 09/11: gnu: Add python-snowballstemmer., Leo Famulari, 2016/07/12
- 10/11: gnu: python-sphinx: Update to 1.4.4., Leo Famulari, 2016/07/12
- 01/11: gnu: python-virtualenv: Disable tests., Leo Famulari, 2016/07/12
- 04/11: gnu: python-pytest: Update to 2.9.2., Leo Famulari, 2016/07/12
- 08/11: gnu: Add python-alabaster., Leo Famulari, 2016/07/12
- 11/11: gnu: python-sphinx-rtd-theme: Update to 0.1.9., Leo Famulari, 2016/07/12