diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-17 23:01:07 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:26 +0100 |
| commit | b43588b08c2bf84bfc58825c8ea233ed7190336e (patch) | |
| tree | b06ec19c783f362921ec3f791de602d9d6c3ad57 /gnu/packages/python-build.scm | |
| parent | e524d03142e3ae5ddc56e8a2570e0b5dc544ef6e (diff) | |
gnu: python-setuptools-79: Disable tests.
* gnu/packages/python-build.scm (python-setuptools-79)[arguments]:
Overwrite and disable tests.
Change-Id: Ie5184747e60eeca0502126de05e24cb629bb8a79
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 14bcf005d2f..b435543d8c6 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -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 |
