gnu: python-xlrd: Use INVOKE.
* gnu/packages/python-xyz.scm (python-xlrd)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
parent
2d7db19226
commit
45fd0081ec
|
@ -6091,7 +6091,7 @@ and MAC network addresses.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; Current test in setup.py does not work as of 1.0.0, so use nose to
|
;; Current test in setup.py does not work as of 1.0.0, so use nose to
|
||||||
;; run tests instead for now.
|
;; run tests instead for now.
|
||||||
(replace 'check (lambda _ (zero? (system* "nosetests")))))))
|
(replace 'check (lambda _ (invoke "nosetests"))))))
|
||||||
(native-inputs `(("python-nose" ,python-nose)))
|
(native-inputs `(("python-nose" ,python-nose)))
|
||||||
(home-page "http://www.python-excel.org/")
|
(home-page "http://www.python-excel.org/")
|
||||||
(synopsis "Library for extracting data from Excel files")
|
(synopsis "Library for extracting data from Excel files")
|
||||||
|
|
Loading…
Reference in New Issue