mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: python-pexpect: Use INVOKE.
* gnu/packages/python.scm (python-pexpect)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
6d7ca74ba6
commit
06e6b17bd7
1 changed files with 1 additions and 1 deletions
|
@ -4550,7 +4550,7 @@ (define-public python-pexpect
|
|||
;; Why does it not work? Delete for now.
|
||||
(delete-file "tests/test_socket.py")
|
||||
#t))
|
||||
(replace 'check (lambda _ (zero? (system* "nosetests" "-v")))))))
|
||||
(replace 'check (lambda _ (invoke "nosetests" "-v"))))))
|
||||
(native-inputs
|
||||
`(("python-nose" ,python-nose)
|
||||
("python-pytest" ,python-pytest)
|
||||
|
|
Loading…
Reference in a new issue