summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-24 20:28:02 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:37:02 +0100
commit16ff95c3c8cec10f2bbccc14f6d9b6339871cbbd (patch)
treeafb797145ecec47dfd6d9a7656bedb98bf00f298 /gnu/packages/python-check.scm
parenta9528887ad0f8457336bc7434d03275e526d3679 (diff)
gnu: python-test-utils: Disable tests.
* gnu/packages/python-check.scm (python-test-utils) [arguments]<#:tests?>: Disable them. [native-inputs]: Remove python-wheel. Change-Id: Ib45a88ef010749f5b18f0ae591df83baf99c5bc6 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index f06baf96fab..c95596dd4d6 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -3856,8 +3856,9 @@ data in a standard way.")
(sha256
(base32 "0cs0gyihnkj8ya4yg3ld3ly73mpxrkn2gq9acamclhqvhxsv7zd6"))))
(build-system pyproject-build-system)
- (native-inputs
- (list python-setuptools python-wheel))
+ (arguments
+ (list #:tests? #f)) ; No tests, neither on pypi nor upstream.
+ (native-inputs (list python-setuptools))
(home-page "https://github.com/Kami/python-test-utils/")
(synopsis "Utilities for functional and integration tests")
(description