summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-11-01 16:53:26 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:20 +0100
commit7e1cfafc35968b69ce99a5f7756b232108dde99b (patch)
tree36be32fad2731406bc32c0a5cf792d3d3ed02b4e /gnu
parent1545a9183a6f1d912b5f4221bd68a29eb128b7e0 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
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")