python312Packages.injector: pytest-cov -> pytest-cov-stub

This commit is contained in:
Pyrox
2024-10-17 12:37:42 -04:00
parent a07ff3b1bb
commit 788d11f457
@@ -5,7 +5,7 @@
fetchFromGitHub,
typing-extensions,
pytestCheckHook,
pytest-cov,
pytest-cov-stub,
}:
buildPythonPackage rec {
@@ -24,7 +24,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-cov
pytest-cov-stub
];
pythonImportsCheck = [ "injector" ];