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

This commit is contained in:
Pyrox
2024-10-17 12:37:41 -04:00
parent 6244788e1e
commit df2eef0ded
@@ -11,7 +11,7 @@
# check inputs
pytestCheckHook,
parameterized,
pytest-cov,
pytest-cov-stub,
pytest-timeout,
remote-pdb,
}:
@@ -51,7 +51,7 @@ buildPythonPackage {
nativeCheckInputs = [
pytestCheckHook
parameterized
pytest-cov
pytest-cov-stub
pytest-timeout
remote-pdb
];