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

This commit is contained in:
Pyrox
2024-10-17 12:37:42 -04:00
parent 2d53d37907
commit 3d7a2e9174
@@ -3,7 +3,7 @@
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
pytest-cov,
pytest-cov-stub,
setuptools,
}:
@@ -23,7 +23,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-cov
pytest-cov-stub
];
pytestFlagsArray = [ "isbnlib/test/" ];