gnu: python-validictory: Use INVOKE.
* gnu/packages/python-xyz.scm (python-validictory)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
parent
c988afda6f
commit
6568bd5df2
@ -10429,7 +10429,7 @@ is used by PostgreSQL and the OpenSSH Server for example.")
|
||||
(setenv "PYTHONPATH"
|
||||
(string-append (getcwd) "/build/lib:"
|
||||
(getenv "PYTHONPATH")))
|
||||
(zero? (system* "py.test" "-vv" )))))))
|
||||
(invoke "py.test" "-vv" ))))))
|
||||
(native-inputs
|
||||
`(("python-pytest" ,python-pytest)))
|
||||
(home-page
|
||||
|
Loading…
Reference in New Issue
Block a user