summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-16 11:37:15 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:48 +0100
commit25a65f31925da56e7d5628687a67f7292efac0fd (patch)
tree3d1075cf9eddc9312ab15e6799a83a6cbdae4f76 /gnu/packages/python-xyz.scm
parent637277e1b773a40673291cb561903e45a026d0e3 (diff)
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 48485938ca..d4af42741e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26176,6 +26176,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")