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.
This commit is contained in:
Hartmut Goebel 2016-10-16 20:41:36 +02:00
parent 1273359455
commit cf8124b017
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 3 additions and 2 deletions

View File

@ -2994,8 +2994,9 @@ mining and data analysis.")
(build-system python-build-system) (build-system python-build-system)
;; Tests require a running Redis server ;; Tests require a running Redis server
(arguments '(#:tests? #f)) (arguments '(#:tests? #f))
(native-inputs ;; As long as we are not running test, we do not need this input :-)
`(("python-pytest" ,python-pytest))) ;;(native-inputs
;; `(("python-pytest" ,python-pytest)))
(home-page "https://github.com/andymccurdy/redis-py") (home-page "https://github.com/andymccurdy/redis-py")
(synopsis "Redis Python client") (synopsis "Redis Python client")
(description (description