gnu: python-honcho: Use INVOKE.
* gnu/packages/python-xyz.scm (python-honcho)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
parent
acb75c0328
commit
95b707fb46
|
@ -4148,7 +4148,7 @@ cluster without needing to write any wrapper code yourself.")
|
||||||
;; It's easier to run tests after install.
|
;; It's easier to run tests after install.
|
||||||
;; Make installed package available for running the tests
|
;; Make installed package available for running the tests
|
||||||
(add-installed-pythonpath inputs outputs)
|
(add-installed-pythonpath inputs outputs)
|
||||||
(zero? (system* "py.test" "-v")))))))
|
(invoke "py.test" "-v"))))))
|
||||||
(home-page "https://github.com/nickstenning/honcho")
|
(home-page "https://github.com/nickstenning/honcho")
|
||||||
(synopsis "Manage Procfile-based applications")
|
(synopsis "Manage Procfile-based applications")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue