From 25a65f31925da56e7d5628687a67f7292efac0fd Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 16 Jul 2025 11:37:15 +0100 Subject: [PATCH] gnu: python-isoduration: Do not try to run tests. * gnu/packages/python-xyz.scm (python-isoduration) [arguments] : 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 48485938ca4cce5f940bb42d98fc9ed6c1c8ea36..d4af42741e3e34764405aba6816b2c4d6d4f7860 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")