gnu: python-setuptools-79: Disable tests.

* gnu/packages/python-build.scm (python-setuptools-79)[arguments]:
Overwrite and disable tests.

Change-Id: Ie5184747e60eeca0502126de05e24cb629bb8a79
This commit is contained in:
Sharlatan Hellseher 2026-01-17 23:01:07 +00:00
parent 62b1c26cf9
commit 6318bd9acf
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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