gnu: python-freezegun: Return #t from phase.
* gnu/packages/check.scm (python-freezegun)[arguments]: Substitute INVOKE for SYSTEM*.master
parent
d518261f05
commit
19611b7a0a
|
@ -1948,7 +1948,7 @@ create data based on random numbers and yet remain repeatable.")
|
||||||
;; package does not include the Makefile.
|
;; package does not include the Makefile.
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "nosetests" "./tests/")))))))
|
(invoke "nosetests" "./tests/"))))))
|
||||||
(home-page "https://github.com/spulec/freezegun")
|
(home-page "https://github.com/spulec/freezegun")
|
||||||
(synopsis "Test utility for mocking the datetime module")
|
(synopsis "Test utility for mocking the datetime module")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue