guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit eef1c0e803cbbc90994cd0db4e9024e192b861b7
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 9affa9f51b..9ed561f637 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -878,7 +878,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

Reply via email to