python313Packages.batchspawner: switch to pytest-asyncio_0

Changed files
+2 -2
pkgs
development
python-modules
batchspawner
+2 -2
pkgs/development/python-modules/batchspawner/default.nix
···
jupyterhub,
# tests
-
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
}:
···
];
nativeCheckInputs = [
-
pytest-asyncio
pytest-cov-stub
pytestCheckHook
];
···
jupyterhub,
# tests
+
pytest-asyncio_0,
pytest-cov-stub,
pytestCheckHook,
}:
···
];
nativeCheckInputs = [
+
pytest-asyncio_0
pytest-cov-stub
pytestCheckHook
];