gnu: python-utils: Fix tests.

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

Change-Id: If190cfbd00e47a6c27f42d9941500ae070051e76
This commit is contained in:
Sharlatan Hellseher 2025-09-16 11:02:53 +01:00
parent c0478c0911
commit b904a984f8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -26525,8 +26525,8 @@ point is the point of maximum curvature.")
((".*--cov.*") ""))))))) ((".*--cov.*") "")))))))
(native-inputs (native-inputs
(list python-pytest (list python-pytest
python-setuptools python-pytest-asyncio
python-wheel)) python-setuptools))
(propagated-inputs (propagated-inputs
(list python-loguru (list python-loguru
python-typing-extensions)) python-typing-extensions))