gnu: python2-ruamel.ordereddict: Use INVOKE.
* gnu/packages/python-xyz.scm (python2-ruamel.ordereddict)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
parent
ee2bb94432
commit
f987ac307b
|
@ -10965,7 +10965,7 @@ Problem} (SAT) solver.")
|
||||||
(add-after 'install 'check
|
(add-after 'install 'check
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(add-installed-pythonpath inputs outputs)
|
(add-installed-pythonpath inputs outputs)
|
||||||
(zero? (system* "python" "test/testordereddict.py")))))))
|
(invoke "python" "test/testordereddict.py"))))))
|
||||||
(home-page "https://bitbucket.org/ruamel/ordereddict")
|
(home-page "https://bitbucket.org/ruamel/ordereddict")
|
||||||
(synopsis "Version of dict that keeps keys in insertion order")
|
(synopsis "Version of dict that keeps keys in insertion order")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue