gnu: python-hsluv: Fix tests.

* gnu/packages/python-xyz.scm (python-hsluv): Fix tests.
[native-inputs]: Remove python-wheel; add python-pytest.

Change-Id: I26697d85f3eaea06a1cb76a2c327fbf2cb14d702
This commit is contained in:
Sharlatan Hellseher 2025-08-16 23:23:45 +01:00
parent e9162cd10c
commit eb58ded69b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -13684,7 +13684,7 @@ displayed.")
(base32 "0bmpd7qxcvin8szblilxmw50v7mygf6a6i180h82123s893gk092"))))
(build-system pyproject-build-system)
(native-inputs
(list python-setuptools python-wheel))
(list python-pytest python-setuptools))
(home-page "https://www.hsluv.org")
(synopsis "Human-friendly HSL colour space implemented in Python")
(description