gnu: python-mpmath: Use INVOKE.
* gnu/packages/python-xyz.scm (python-mpmath)[arguments]: Unconditionally return #T in "check" phase.master
parent
dff0197e60
commit
5d7a6f1cea
|
@ -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
|
||||||
|
|
Reference in New Issue