guix-commits
[Top][All Lists]
Advanced

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

07/21: gnu: python-mpmath: Use INVOKE.


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

rekado pushed a commit to branch master
in repository guix.

commit 5d7a6f1ceaa882376b739d5149475565b07e0b94
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 17:07:47 2019 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cb85565..d63f300 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5104,8 +5104,7 @@ and statistical routines from scipy and statsmodels.")
      (modify-phases %standard-phases
        (replace 'check
          (lambda _
-           (zero?
-            (system* "python" "mpmath/tests/runtests.py" "-local")))))))
+           (invoke "python" "mpmath/tests/runtests.py" "-local"))))))
   (home-page "http://mpmath.org";)
   (synopsis "Arbitrary-precision floating-point arithmetic in python")
   (description



reply via email to

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