guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: python2-ruamel.ordereddict: Use INVOKE.


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

rekado pushed a commit to branch master
in repository guix.

commit f987ac307b05056a43a32c8b607c19baccbecbb9
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 18:38:29 2019 +0100

    gnu: python2-ruamel.ordereddict: Use INVOKE.
    
    * gnu/packages/python-xyz.scm (python2-ruamel.ordereddict)[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 68a05ae..37a26b8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10965,7 +10965,7 @@ Problem} (SAT) solver.")
          (add-after 'install 'check
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (add-installed-pythonpath inputs outputs)
-             (zero? (system* "python" "test/testordereddict.py")))))))
+             (invoke "python" "test/testordereddict.py"))))))
     (home-page "https://bitbucket.org/ruamel/ordereddict";)
     (synopsis "Version of dict that keeps keys in insertion order")
     (description



reply via email to

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