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