~ruther/guix-local

e6523c89dbd038ba8d729655e34fb617750a33aa — Sharlatan Hellseher 6 months ago 13bed98
gnu: python-utils: Fix tests.

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

Change-Id: If190cfbd00e47a6c27f42d9941500ae070051e76
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -2
@@ 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))