mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: python-flasgger: Use INVOKE.
* gnu/packages/python-xyz.scm (python-flasgger)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
parent
204ad455ec
commit
ac599a0999
1 changed files with 1 additions and 1 deletions
|
@ -12338,7 +12338,7 @@ (define-public python-flasgger
|
|||
(setenv "PYTHONPATH" (string-append (getcwd)
|
||||
":"
|
||||
(getenv "PYTHONPATH")))
|
||||
(zero? (system* "py.test")))))))
|
||||
(invoke "py.test"))))))
|
||||
(propagated-inputs
|
||||
`(("python-flask" ,python-flask)
|
||||
("python-pyyaml" ,python-pyyaml)
|
||||
|
|
Loading…
Reference in a new issue