guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 9a2ed58adb056c5d011b3489e220246f6bf3706c
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 6789ee267a..9c4ed883be 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19927,7 +19927,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")