mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1092,7 +1092,7 @@ (define-public python-six
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue