guix-commits
[Top][All Lists]
Advanced

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

04/21: gnu: python-pycparser: Use INVOKE.


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

rekado pushed a commit to branch master
in repository guix.

commit acb75c0328eccf30a3683a76d2bfed7ee5cfa9ed
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 17:02:41 2019 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ae12cfb..9c74e2b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3805,7 +3805,8 @@ a general image processing tool.")
          (replace 'check
            (lambda _
              (with-directory-excursion "tests"
-               (zero? (system* "python" "all_tests.py")))))
+               (invoke "python" "all_tests.py"))
+             #t))
          (add-after 'install 'install-doc
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((data (string-append (assoc-ref outputs "doc") "/share"))



reply via email to

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