diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-16 11:02:53 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:14 +0100 |
| commit | e6523c89dbd038ba8d729655e34fb617750a33aa (patch) | |
| tree | 9fd72fdb251e78f7ff215552b8cd508c0fb36df8 /gnu/packages/python-xyz.scm | |
| parent | 13bed98c84de8389c02115d0e4951482de3cb276 (diff) | |
gnu: python-utils: Fix tests.
* gnu/packages/python-xyz.scm (python-utils)[native-inputs]: Remove
python-wheel; add python-pytest-asyncio.
Change-Id: If190cfbd00e47a6c27f42d9941500ae070051e76
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 586059ebcf..13fbca79c9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -26501,8 +26501,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)) |
