mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-17 07:40:29 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user