rekado pushed a commit to branch master
in repository guix.
commit cd70798a23750dba18266c0e551c68b7ef1b118b
Author: Ricardo Wurmus <[email protected]>
Date: Wed Jan 2 12:46:33 2019 +0100
gnu: python-docopt: Use INVOKE.
* gnu/packages/python.scm (python-docopt)[arguments]: Use INVOKE.
---
gnu/packages/python.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 00d6033..ebf5632 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7343,7 +7343,7 @@ automatically detect a wide range of file encodings.")
`(#:phases
(modify-phases %standard-phases
(replace 'check
- (lambda _ (zero? (system* "py.test")))))))
+ (lambda _ (invoke "py.test"))))))
(home-page "http://docopt.org")
(synopsis "Command-line interface description language for Python")
(description "This library allows the user to define a command-line