guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-hypothesis: Don't propagate test inputs.


From: Marius Bakke
Subject: 01/01: gnu: python-hypothesis: Don't propagate test inputs.
Date: Wed, 14 Dec 2016 16:40:10 +0000 (UTC)

mbakke pushed a commit to branch python-tests
in repository guix.

commit bd100c7112b1717881ff6efcaa514be5cfeb5349
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 14 17:35:28 2016 +0100

    gnu: python-hypothesis: Don't propagate test inputs.
    
    * gnu/packages/python.scm (python-hypothesis,
      python2-hypothesis)[propagated-inputs]: Move everything from here ...
      [native-inputs]: ... to here.
    (python2-hypothesis)[native-inputs]: Append inherited native-inputs.
---
 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 540a988..cd6ed1c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8544,7 +8544,7 @@ Amazon Web Services (AWS) API.")
                (base32
                 "0qyqq9akm4vshhn8cngjc1qykcvsn7cz6dlm6njfsgpbraqrmbbw"))))
     (build-system python-build-system)
-    (propagated-inputs
+    (native-inputs
      `(("python-flake8" ,python-flake8)
        ("python-pytest" ,python-pytest)))
     (synopsis "Library for property based testing")
@@ -8561,7 +8561,8 @@ seamlessly into your existing Python unit testing work 
flow.")
                      (strip-python2-variant python-hypothesis))))
     (package (inherit hypothesis)
       (native-inputs
-       `(("python2-enum34" ,python2-enum34))))))
+       `(("python2-enum34" ,python2-enum34)
+         ,@(package-native-inputs hypothesis))))))
 
 (define-public python-pytest-subtesthack
   (package



reply via email to

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