guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/20: gnu: python-clint: Use INVOKE.


From: guix-commits
Subject: 03/20: gnu: python-clint: Use INVOKE.
Date: Wed, 2 Jan 2019 10:34:30 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 13e7c884c7e90d815e950127a06e81ecf35177d2
Author: Ricardo Wurmus <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]