mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-isoduration: Do not try to run tests.
* gnu/packages/python-xyz.scm (python-isoduration) [arguments] <tests?>: Visually disable tests as PyPI archive provides none. Change-Id: I1c4177544a859b38d8c40f800ad1969ad6af8b59
This commit is contained in:
parent
448a8d66fc
commit
f146ad534e
1 changed files with 1 additions and 0 deletions
|
@ -26200,6 +26200,7 @@ builds partial trees by inspecting living objects.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1n8vpa9fckhc5934kp7m83wq81dhkvw987v7mjg2fdbr2car0bxc"))))
|
(base32 "1n8vpa9fckhc5934kp7m83wq81dhkvw987v7mjg2fdbr2car0bxc"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments '(#:tests? #f)) ;no tests in PyPI archive
|
||||||
(propagated-inputs (list python-arrow))
|
(propagated-inputs (list python-arrow))
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
(native-inputs (list python-setuptools python-wheel))
|
||||||
(home-page "https://github.com/bolsote/isoduration")
|
(home-page "https://github.com/bolsote/isoduration")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue