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

commit 6afa6ebb57ff40a8feada2f9ec4117d36c478c32
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 c6728e9808..7ab31ce799 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26090,6 +26090,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