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:
Sharlatan Hellseher 2025-07-16 11:37:15 +01:00
parent 448a8d66fc
commit f146ad534e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -26200,6 +26200,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")