[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
69/104: gnu: python-redis: Remove unused input.
From: |
Hartmut Goebel |
Subject: |
69/104: gnu: python-redis: Remove unused input. |
Date: |
Tue, 15 Nov 2016 21:37:06 +0000 (UTC) |
htgoebel pushed a commit to branch python-build-system
in repository guix.
commit cf8124b0177136598b07a8d7d0c68570e182b04b
Author: Hartmut Goebel <address@hidden>
Date: Sun Oct 16 20:41:36 2016 +0200
gnu: python-redis: Remove unused input.
* gnu/packages/python.scm (python-redis, python2-redis) Comment out
[native-inputs] since these are used only for running tests, which
is disabled since it requires a Redis server.
---
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 2da510a..b7640db 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2994,8 +2994,9 @@ mining and data analysis.")
(build-system python-build-system)
;; Tests require a running Redis server
(arguments '(#:tests? #f))
- (native-inputs
- `(("python-pytest" ,python-pytest)))
+ ;; As long as we are not running test, we do not need this input :-)
+ ;;(native-inputs
+ ;; `(("python-pytest" ,python-pytest)))
(home-page "https://github.com/andymccurdy/redis-py")
(synopsis "Redis Python client")
(description
- 51/104: gnu: python-pandas: Fix build., (continued)
- 51/104: gnu: python-pandas: Fix build., Hartmut Goebel, 2016/11/15
- 63/104: gnu: python-joblib: Add comment., Hartmut Goebel, 2016/11/15
- 45/104: gnu: python-matplotlib: Fix build., Hartmut Goebel, 2016/11/15
- 50/104: gnu: openstack: Correct inputs., Hartmut Goebel, 2016/11/15
- 71/104: gnu: Add python-rst.linker, python2-rst.linker., Hartmut Goebel, 2016/11/15
- 28/104: gnu: python-sphinx-rtd-theme: Remove inputs., Hartmut Goebel, 2016/11/15
- 43/104: gnu: python-fonttools: Remove intervening directory in site-packges., Hartmut Goebel, 2016/11/15
- 58/104: gnu: python-statsmodels: Fix build, Hartmut Goebel, 2016/11/15
- 60/104: gnu: python-pyjwt: Add missing inputs and enable test-suite., Hartmut Goebel, 2016/11/15
- 65/104: gnu: python-blinker: No longer disable tests., Hartmut Goebel, 2016/11/15
- 69/104: gnu: python-redis: Remove unused input.,
Hartmut Goebel <=
- 73/104: gnu: python-zope-interface: Correct inputs., Hartmut Goebel, 2016/11/15
- 70/104: gnu: python-numpydoc: Correct inputs., Hartmut Goebel, 2016/11/15
- 47/104: gnu: python-ipython: Fix build., Hartmut Goebel, 2016/11/15
- 52/104: gnu: python-scripttest: Correct inputs., Hartmut Goebel, 2016/11/15
- 54/104: gnu: python-pytest-xdist: Remove needless input python-apipkg., Hartmut Goebel, 2016/11/15
- 56/104: gnu: python-testscenarios: remove needless input "mimetools"., Hartmut Goebel, 2016/11/15
- 61/104: gnu: python-oauthlib, python-oauthlib2: Correct inputs., Hartmut Goebel, 2016/11/15
- 84/104: gnu: python-sphinxcontrib-programoutput: Remove needless input., Hartmut Goebel, 2016/11/15
- 80/104: gnu: python-tox: Update FIXME comments., Hartmut Goebel, 2016/11/15
- 91/104: gnu: python-testlib: Remove useless self-defined phase "unpack"., Hartmut Goebel, 2016/11/15