gnu: python-pexpect: Use python-pytest@3.0.
* gnu/packages/python.scm (python-pexpect, python2-pexpect)[native-inputs]: Change PYTHON-PYTEST to PYTHON-PYTEST-3.0.
This commit is contained in:
parent
26bad5d7eb
commit
350a30845c
1 changed files with 1 additions and 1 deletions
|
@ -4905,7 +4905,7 @@ cluster without needing to write any wrapper code yourself.")
|
||||||
(replace 'check (lambda _ (zero? (system* "nosetests" "-v")))))))
|
(replace 'check (lambda _ (zero? (system* "nosetests" "-v")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)
|
`(("python-nose" ,python-nose)
|
||||||
("python-pytest" ,python-pytest)
|
("python-pytest" ,python-pytest-3.0)
|
||||||
("man-db" ,man-db)
|
("man-db" ,man-db)
|
||||||
("which" ,which)))
|
("which" ,which)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue