gnu: python-six: Use invoke instead of system*.

* gnu/packages/python.scm (python-six)[arguments]: Use invoke.
This commit is contained in:
Mark H Weaver 2018-03-16 04:00:55 -04:00
parent 408fcff678
commit 9f68acc168
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 1 deletions

View File

@ -1092,7 +1092,7 @@ from the Python interpreter, or as a small part of a larger application.")
(modify-phases %standard-phases
(replace 'check
(lambda _
(zero? (system* "py.test" "-v")))))))
(invoke "py.test" "-v"))))))
(native-inputs
`(("python-py" ,python-py)
("python-pytest" ,python-pytest-bootstrap)))