mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -4148,7 +4148,7 @@ (define-public python-honcho
|
|||
;; It's easier to run tests after install.
|
||||
;; Make installed package available for running the tests
|
||||
(add-installed-pythonpath inputs outputs)
|
||||
(zero? (system* "py.test" "-v")))))))
|
||||
(invoke "py.test" "-v"))))))
|
||||
(home-page "https://github.com/nickstenning/honcho")
|
||||
(synopsis "Manage Procfile-based applications")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue