me
/
guix
Archived
1
0
Fork 0

gnu: python-mpmath: Use INVOKE.

* gnu/packages/python-xyz.scm (python-mpmath)[arguments]: Unconditionally
return #T in "check" phase.
master
Ricardo Wurmus 2019-01-23 17:07:47 +01:00
parent dff0197e60
commit 5d7a6f1cea
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -5104,8 +5104,7 @@ and statistical routines from scipy and statsmodels.")
(modify-phases %standard-phases (modify-phases %standard-phases
(replace 'check (replace 'check
(lambda _ (lambda _
(zero? (invoke "python" "mpmath/tests/runtests.py" "-local"))))))
(system* "python" "mpmath/tests/runtests.py" "-local")))))))
(home-page "http://mpmath.org") (home-page "http://mpmath.org")
(synopsis "Arbitrary-precision floating-point arithmetic in python") (synopsis "Arbitrary-precision floating-point arithmetic in python")
(description (description