gnu: python-hy: Use INVOKE.
* gnu/packages/python.scm (python-hy)[arguments]: Use INVOKE.master
parent
13e7c884c7
commit
eecaf17086
|
@ -7807,7 +7807,7 @@ with a new public API, and RPython support.")
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Tests require write access to HOME.
|
;; Tests require write access to HOME.
|
||||||
(setenv "HOME" "/tmp")
|
(setenv "HOME" "/tmp")
|
||||||
(zero? (system* "nosetests")))))))
|
(invoke "nosetests"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-coverage" ,python-coverage)
|
`(("python-coverage" ,python-coverage)
|
||||||
("python-nose" ,python-nose)))
|
("python-nose" ,python-nose)))
|
||||||
|
|
Reference in New Issue