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:
committed by
Andreas Enge
parent
e524d03142
commit
b43588b08c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user