guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: python2-cliapp: Use INVOKE.


From: guix-commits
Subject: 06/10: gnu: python2-cliapp: Use INVOKE.
Date: Wed, 23 Jan 2019 12:40:20 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6c826d3278d04c02150b3b9c3ec0515c595b641a
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 18:38:44 2019 +0100

    gnu: python2-cliapp: Use INVOKE.
    
    * gnu/packages/python-xyz.scm (python2-cliapp)[arguments]: Unconditionally
    return #T from "check" phase.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 37a26b8..0f02163 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11222,7 +11222,7 @@ protocols.")
              ;; Disable python3 tests
              (substitute* "check"
                (("python3") "# python3"))
-             (zero? (system* "./check")))))))
+             (invoke "./check"))))))
     (native-inputs
      `(("python2-coverage-test-runner" ,python2-coverage-test-runner)
        ("python2-pep8" ,python2-pep8)))



reply via email to

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