gnu: python-six: Use invoke instead of system*.
* gnu/packages/python.scm (python-six)[arguments]: Use invoke.
This commit is contained in:
parent
408fcff678
commit
9f68acc168
|
@ -1092,7 +1092,7 @@ from the Python interpreter, or as a small part of a larger application.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "py.test" "-v")))))))
|
(invoke "py.test" "-v"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-py" ,python-py)
|
`(("python-py" ,python-py)
|
||||||
("python-pytest" ,python-pytest-bootstrap)))
|
("python-pytest" ,python-pytest-bootstrap)))
|
||||||
|
|
Loading…
Reference in New Issue