python313Packages.batchspawner: switch to pytest-asyncio_0

This commit is contained in:
Fabian Affolter
2025-09-02 20:45:55 +02:00
parent f7f6c96ea7
commit 549627f140
@@ -11,7 +11,7 @@
jupyterhub,
# tests
pytest-asyncio,
pytest-asyncio_0,
pytest-cov-stub,
pytestCheckHook,
}:
@@ -47,7 +47,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytest-asyncio
pytest-asyncio_0
pytest-cov-stub
pytestCheckHook
];