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
|
@ -4550,7 +4550,7 @@ displayed.")
|
|||
;; 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 New Issue