guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 8c2ecce7048d9ed635543618ef684db3d792da7d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jul 16 11:37:15 2025 +0100
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
---
gnu/packages/python-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 86cae22cb0..e008b4b7ab 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26256,6 +26256,7 @@ builds partial trees by inspecting living objects.")
(sha256
(base32 "1n8vpa9fckhc5934kp7m83wq81dhkvw987v7mjg2fdbr2car0bxc"))))
(build-system pyproject-build-system)
+ (arguments '(#:tests? #f)) ;no tests in PyPI archive
(propagated-inputs (list python-arrow))
(native-inputs (list python-setuptools python-wheel))
(home-page "https://github.com/bolsote/isoduration")