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

commit 18087f3fbbc5be1961102eae4fa255b936293488
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Nov 1 16:53:26 2025 +0100

    gnu: python-monthdelta: Disable tests.
    
    * gnu/packages/python-xyz.scm (python-monthdelta)[arguments]
    <#:tests?>: Disable them, as there are none to run.
    
    Change-Id: Ifd25d27cdbdd7b901d92c509f984a50342d0bdb6
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f9438f5fb3..699371fcde 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19926,7 +19926,7 @@ text.")
         (base32 "0iwcsk7ryjw5h1wp10ykwd01f3am8gdlga6461q1v1njsk0rxh41"))))
     (build-system pyproject-build-system)
     (arguments
-     (list #:test-backend #~'unittest))
+     (list #:tests? #f))  ; No tests.
     (native-inputs (list python-setuptools))
     (home-page "http://packages.python.org/MonthDelta";)
     (synopsis "Date computations with months")

Reply via email to