guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/43: gnu: python-redis: Remove unused input.


From: Hartmut Goebel
Subject: 13/43: gnu: python-redis: Remove unused input.
Date: Tue, 18 Oct 2016 11:20:07 +0000 (UTC)

htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 92c39e665825596a057c5ec277868cd1cb6e29d8
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 708bfaf..a99f1a4 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2904,8 +2904,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]