* 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