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"
|
(setenv "PYTHONPATH"
|
||||||
(string-append (getcwd) "/build/lib:"
|
(string-append (getcwd) "/build/lib:"
|
||||||
(getenv "PYTHONPATH")))
|
(getenv "PYTHONPATH")))
|
||||||
(zero? (system* "py.test" "-vv" )))))))
|
(invoke "py.test" "-vv" ))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)))
|
`(("python-pytest" ,python-pytest)))
|
||||||
(home-page
|
(home-page
|
||||||
|
|
Loading…
Reference in New Issue