diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 7d44d314d29..7b9fc63271c 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -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