python311Packages.brottsplatskartan: migrate to pytest-cov-stub

This commit is contained in:
Peder Bergebakken Sundt
2024-08-06 22:28:50 +02:00
parent 1d71d1c4f6
commit a57ad65fd8
@@ -2,7 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pytest-cov,
pytest-cov-stub,
pytestCheckHook,
requests,
}:
@@ -22,7 +22,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ requests ];
nativeCheckInputs = [
pytest-cov
pytest-cov-stub
pytestCheckHook
];