guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit e61fe5aee2e29e1de4023882ad358102f384ac67
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 16 11:02:53 2025 +0100
gnu: python-utils: Fix tests.
* gnu/packages/python-xyz.scm (python-utils)[native-inputs]: Remove
python-wheel; add python-pytest-asyncio.
Change-Id: If190cfbd00e47a6c27f42d9941500ae070051e76
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3cc837ae8c..13e5ded6b8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26542,8 +26542,8 @@ point is the point of maximum curvature.")
((".*--cov.*") "")))))))
(native-inputs
(list python-pytest
- python-setuptools
- python-wheel))
+ python-pytest-asyncio
+ python-setuptools))
(propagated-inputs
(list python-loguru
python-typing-extensions))