guix-commits
[Top][All Lists]
Advanced

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

05/21: gnu: python-honcho: Use INVOKE.


From: guix-commits
Subject: 05/21: gnu: python-honcho: Use INVOKE.
Date: Wed, 23 Jan 2019 12:13:49 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 95b707fb467efccbf5939b0ed41d22c5be4414dd
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 17:03:54 2019 +0100

    gnu: python-honcho: Use INVOKE.
    
    * gnu/packages/python-xyz.scm (python-honcho)[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 9c74e2b..51fd320 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4148,7 +4148,7 @@ cluster without needing to write any wrapper code 
yourself.")
              ;; It's easier to run tests after install.
              ;; Make installed package available for running the tests
              (add-installed-pythonpath inputs outputs)
-             (zero? (system* "py.test" "-v")))))))
+             (invoke "py.test" "-v"))))))
     (home-page "https://github.com/nickstenning/honcho";)
     (synopsis "Manage Procfile-based applications")
     (description



reply via email to

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