From 530008ca3cff756368d4afaeedf5c2cfde642bbc Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 17 Jan 2026 23:01:07 +0000 Subject: [PATCH] gnu: python-setuptools-79: Disable tests. * gnu/packages/python-build.scm (python-setuptools-79)[arguments]: Overwrite and disable tests. Change-Id: Ie5184747e60eeca0502126de05e24cb629bb8a79 --- gnu/packages/python-build.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 7d44d314d29..7b9fc63271c 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -898,7 +898,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