mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-pexpect: Add verbose test output.
Fixes <https://bugs.gnu.org/26286>. * gnu/packages/python.scm (python-pexpect, python2-pexpect)[arguments]: Add "-v" to "nosetests" command.
This commit is contained in:
parent
812c1819a0
commit
3ee9355e2f
1 changed files with 1 additions and 1 deletions
|
@ -4917,7 +4917,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")))))))
|
||||
(replace 'check (lambda _ (zero? (system* "nosetests" "-v")))))))
|
||||
(native-inputs
|
||||
`(("python-nose" ,python-nose)
|
||||
("python-pytest" ,python-pytest)
|
||||
|
|
Loading…
Reference in a new issue