me
/
guix
Archived
1
0
Fork 0

gnu: python-hy: Use INVOKE.

* gnu/packages/python.scm (python-hy)[arguments]: Use INVOKE.
master
Ricardo Wurmus 2019-01-02 12:48:09 +01:00 committed by Ricardo Wurmus
parent 13e7c884c7
commit eecaf17086
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -7807,7 +7807,7 @@ with a new public API, and RPython support.")
(lambda _
;; Tests require write access to HOME.
(setenv "HOME" "/tmp")
(zero? (system* "nosetests")))))))
(invoke "nosetests"))))))
(native-inputs
`(("python-coverage" ,python-coverage)
("python-nose" ,python-nose)))