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 committed by Andreas Enge
parent 1e20c6c0f0
commit 530008ca3c
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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