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
|
@ -4905,7 +4905,7 @@ cluster without needing to write any wrapper code yourself.")
|
|||
(replace 'check (lambda _ (zero? (system* "nosetests" "-v")))))))
|
||||
(native-inputs
|
||||
`(("python-nose" ,python-nose)
|
||||
("python-pytest" ,python-pytest)
|
||||
("python-pytest" ,python-pytest-3.0)
|
||||
("man-db" ,man-db)
|
||||
("which" ,which)))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in New Issue