guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 8badf938767e7604bac0c025190c5b26b27c7c21
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Aug 16 23:23:45 2025 +0100
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
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cdd1d2b0c1..d1b8d2e3ec 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13674,7 +13674,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