summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-17 23:01:07 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:26 +0100
commitb43588b08c2bf84bfc58825c8ea233ed7190336e (patch)
treeb06ec19c783f362921ec3f791de602d9d6c3ad57 /gnu/packages
parente524d03142e3ae5ddc56e8a2570e0b5dc544ef6e (diff)
gnu: python-setuptools-79: Disable tests.
* gnu/packages/python-build.scm (python-setuptools-79)[arguments]: Overwrite and disable tests. Change-Id: Ie5184747e60eeca0502126de05e24cb629bb8a79
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-build.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 14bcf005d2f..b435543d8c6 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -894,7 +894,9 @@ facilitate packaging Python projects, where packaging includes:
(method url-fetch)
(uri (pypi-uri "setuptools" version))
(sha256
- (base32 "127svm8cdpvmq37gcrbvdr9fhrhs0nscnzh63gypjc1wyfwfg30j"))))))
+ (base32 "127svm8cdpvmq37gcrbvdr9fhrhs0nscnzh63gypjc1wyfwfg30j"))))
+ (arguments
+ (list #:tests? #f))))
(define-public python-wheel
(package