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>
This commit is contained in:
Nicolas Graves 2025-09-24 20:28:02 +02:00 committed by Sharlatan Hellseher
parent a9528887ad
commit 16ff95c3c8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3856,8 +3856,9 @@ data in a standard way.")
(sha256 (sha256
(base32 "0cs0gyihnkj8ya4yg3ld3ly73mpxrkn2gq9acamclhqvhxsv7zd6")))) (base32 "0cs0gyihnkj8ya4yg3ld3ly73mpxrkn2gq9acamclhqvhxsv7zd6"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(native-inputs (arguments
(list python-setuptools python-wheel)) (list #:tests? #f)) ; No tests, neither on pypi nor upstream.
(native-inputs (list python-setuptools))
(home-page "https://github.com/Kami/python-test-utils/") (home-page "https://github.com/Kami/python-test-utils/")
(synopsis "Utilities for functional and integration tests") (synopsis "Utilities for functional and integration tests")
(description (description