mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: python-hy: Use INVOKE.
* gnu/packages/python.scm (python-hy)[arguments]: Use INVOKE.
This commit is contained in:
parent
13e7c884c7
commit
eecaf17086
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue