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.
This commit is contained in:
parent
497355dc09
commit
bd100c7112
1 changed files with 3 additions and 2 deletions
|
@ -8544,7 +8544,7 @@ (define-public python-hypothesis
|
|||
(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 @@ (define-public python2-hypothesis
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue