python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub

This commit is contained in:
Pyrox
2024-10-17 12:37:41 -04:00
parent df2eef0ded
commit 7d76cd700d
@@ -10,7 +10,7 @@
numpy,
wheel,
hypothesis,
pytest-cov,
pytest-cov-stub,
}:
buildPythonPackage rec {
@@ -38,7 +38,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
hypothesis
pytest-cov
pytest-cov-stub
];
pytestFlagsArray = [ "${builtins.placeholder "out"}/${python.sitePackages}" ];