From 7e1cfafc35968b69ce99a5f7756b232108dde99b Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 1 Nov 2025 16:53:26 +0100 Subject: 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 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 54f4599f8e..5ca97ee0cc 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19965,7 +19965,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") -- cgit v1.3