1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 e524d03142
commit b43588b08c

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