mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
c0478c0911
commit
b904a984f8
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue