gnu: python-docopt: Use INVOKE.
* gnu/packages/python.scm (python-docopt)[arguments]: Use INVOKE.
This commit is contained in:
parent
8ef0655747
commit
cd70798a23
|
@ -7343,7 +7343,7 @@ automatically detect a wide range of file encodings.")
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _ (zero? (system* "py.test")))))))
|
(lambda _ (invoke "py.test"))))))
|
||||||
(home-page "http://docopt.org")
|
(home-page "http://docopt.org")
|
||||||
(synopsis "Command-line interface description language for Python")
|
(synopsis "Command-line interface description language for Python")
|
||||||
(description "This library allows the user to define a command-line
|
(description "This library allows the user to define a command-line
|
||||||
|
|
Loading…
Reference in New Issue