guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 808473f3e33bc400691e3a716090c26d76667fbb
Author: Sharlatan Hellseher <sharlata...@gmail.com>
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 054fc6f937..9ab28cd85c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26177,6 +26177,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";)

Reply via email to