mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06: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:
parent
1e20c6c0f0
commit
530008ca3c
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue