guix-commits
[Top][All Lists]
Advanced

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

01/20: gnu: python-docopt: Use INVOKE.


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

rekado pushed a commit to branch master
in repository guix.

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



reply via email to

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