guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit b3964da98a1edf2b33204f0dff75ed33a051a77f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 17 23:01:07 2026 +0000
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 1e7c22de31..6b26036928 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