python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub

This commit is contained in:
Pyrox
2024-10-17 12:37:41 -04:00
parent 7d76cd700d
commit bbfbfa07bd
@@ -5,7 +5,7 @@
fetchPypi,
hatchling,
psutil,
pytest-cov,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
sybil,
@@ -33,7 +33,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-cov
pytest-cov-stub
sybil
];