mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01: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:
parent
26bad5d7eb
commit
350a30845c
1 changed files with 1 additions and 1 deletions
|
@ -4905,7 +4905,7 @@ (define-public python-pexpect
|
|||
(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 a new issue