rekado pushed a commit to branch master
in repository guix.
commit 13e7c884c7e90d815e950127a06e81ecf35177d2
Author: Ricardo Wurmus <[email protected]>
Date: Wed Jan 2 12:47:43 2019 +0100
gnu: python-clint: Use INVOKE.
* gnu/packages/python.scm (python-clint)[arguments]: Use INVOKE.
---
gnu/packages/python.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 76ac5bc..e51de2a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7728,8 +7728,7 @@ Blog, News or Announcements section to a Sphinx website.")
'(#:phases
(modify-phases %standard-phases
(replace 'check
- (lambda _
- (zero? (system* "py.test" "-v")))))))
+ (lambda _ (invoke "py.test" "-v"))))))
(native-inputs
`(("python-pytest" ,python-pytest)))
(propagated-inputs