gnu: python-cram: Use INVOKE.
* gnu/packages/python-xyz.scm (python-cram)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
parent
7904d6fa2c
commit
2d7db19226
|
@ -5810,7 +5810,7 @@ pseudo terminal (pty), and interact with both the process and its pty.")
|
|||
(add-installed-pythonpath inputs outputs)
|
||||
(setenv "PATH" (string-append (getenv "PATH") ":"
|
||||
(assoc-ref outputs "out") "/bin"))
|
||||
(zero? (system* "make" "test")))))))
|
||||
(invoke "make" "test"))))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-coverage" ,python-coverage)
|
||||
|
|
Loading…
Reference in New Issue