guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 753500e3bb3812e8e53af4ff583c33a960b37cc5
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 d0f69ff4cc..a5fd109a2c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13781,7 +13781,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