guix-commits
[Top][All Lists]
Advanced

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

02/20: gnu: python-configargparse: Use INVOKE.


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

rekado pushed a commit to branch master
in repository guix.

commit ec933e05a20cc70d23f576c5763d6c69eb8452eb
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 2 12:47:03 2019 +0100

    gnu: python-configargparse: Use INVOKE.
    
    * gnu/packages/python.scm (python-configargparse)[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 ebf5632..76ac5bc 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7455,7 +7455,7 @@ config files.")
              ;; NOTE: Many tests do not run because they rely on Python's
              ;; built-in test.test_argparse, but we remove the unit tests from
              ;; our Python installation.
-             (zero? (system* "python" "setup.py" "test")))))))
+             (invoke "python" "setup.py" "test"))))))
     (synopsis "Replacement for argparse")
     (description "A drop-in replacement for argparse that allows options to 
also
 be set via config files and/or environment variables.")



reply via email to

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