[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: python-pip: Disable tests.
From: |
Leo Famulari |
Subject: |
02/06: gnu: python-pip: Disable tests. |
Date: |
Mon, 11 Jul 2016 16:04:38 +0000 (UTC) |
lfam pushed a commit to branch python-updates
in repository guix.
commit 4591ca036f536f13c76f58ad0c7a4f32664f11e6
Author: Leo Famulari <address@hidden>
Date: Sat Jul 2 02:37:11 2016 -0400
gnu: python-pip: Disable tests.
* 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 3c4ed79..2789b58 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6076,13 +6076,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")
- 04/06: gnu: python-pytest: Update to 2.9.2., (continued)
- 04/06: gnu: python-pytest: Update to 2.9.2., Leo Famulari, 2016/07/11
- 02/06: gnu: python-pip: Disable tests., Leo Famulari, 2016/07/11
- 01/06: gnu: python-virtualenv: Disable tests., Leo Famulari, 2016/07/11
- 05/06: gnu: python-pytest-runner: Update to 2.8., Leo Famulari, 2016/07/11
- branch python-updates created (now c1e21ab), Leo Famulari, 2016/07/11
- 03/06: gnu: python-scripttest: Disable tests., Leo Famulari, 2016/07/11
- 04/06: gnu: python-pytest: Update to 2.9.2., Leo Famulari, 2016/07/11
- 01/06: gnu: python-virtualenv: Disable tests., Leo Famulari, 2016/07/11
- 05/06: gnu: python-pytest-runner: Update to 2.8., Leo Famulari, 2016/07/11
- 06/06: gnu: python-cryptopgraphy: Update to 1.4., Leo Famulari, 2016/07/11
- 02/06: gnu: python-pip: Disable tests.,
Leo Famulari <=