guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 2ee73bff48314e82b9e2f3cb8c792cb57f164d2d
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 f2dc740348..9aceacefe5 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -881,7 +881,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