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
13bed98c84
commit
e6523c89db
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue