python312Packages.batchspawner: migrate to pytest-cov-stub

This commit is contained in:
Peder Bergebakken Sundt
2024-07-30 19:48:48 +02:00
parent e35285ff78
commit dff1177974
@@ -8,6 +8,7 @@
jupyterhub,
pythonOlder,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
}:
@@ -35,13 +36,9 @@ buildPythonPackage rec {
jupyterhub
];
preCheck = ''
substituteInPlace pyproject.toml \
--replace-fail "--cov=batchspawner" ""
'';
nativeCheckInputs = [
pytest-asyncio
pytest-cov-stub
pytestCheckHook
];