python313Packages.batchspawner: switch to pytest-asyncio_0 (#439679)

This commit is contained in:
Fabian Affolter
2025-09-02 22:30:29 +02:00
committed by GitHub
@@ -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
];