mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-30 22:35:57 +02:00
gnu: python-numpy-bootstrap: Make tests verbose.
* gnu/packages/python.scm (python-numpy-bootstrap): Make tests verbose to allow test failure debugging on hydra.
This commit is contained in:
@@ -1934,7 +1934,8 @@ writing C extensions for Python as easy as Python itself.")
|
||||
'install 'check
|
||||
(lambda _
|
||||
(with-directory-excursion "/tmp"
|
||||
(zero? (system* "python" "-c" "import numpy; numpy.test()"))))
|
||||
(zero? (system* "python" "-c"
|
||||
"import numpy; numpy.test(verbose=2)"))))
|
||||
(alist-delete
|
||||
'check
|
||||
%standard-phases)))))
|
||||
|
||||
Reference in New Issue
Block a user