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

This commit is contained in:
Pyrox 2024-10-15 21:23:42 -04:00
parent d5886a2e31
commit 73cf526286
No known key found for this signature in database
GPG Key ID: 8CDF3F7CAA53A0F5
3 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
flit-core,
py-cid,
pytestCheckHook,
pytest-cov,
pytest-cov-stub,
}:
buildPythonPackage rec {
@ -33,7 +33,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-cov
pytest-cov-stub
];
pythonImportsCheck = [ "pytest_cid" ];

View File

@ -3,7 +3,7 @@
buildPythonPackage,
fetchPypi,
pytest,
pytest-cov,
pytest-cov-stub,
pytest-doctestplus,
pytestCheckHook,
pythonOlder,
@ -28,7 +28,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
pytest-doctestplus
pytest-cov
pytest-cov-stub
];
nativeCheckInputs = [ pytestCheckHook ];

View File

@ -12,7 +12,7 @@
black,
coverage,
ipykernel,
pytest-cov,
pytest-cov-stub,
pytest-regressions,
pytestCheckHook,
}:
@ -54,7 +54,7 @@ buildPythonPackage rec {
black
coverage
ipykernel
pytest-cov
pytest-cov-stub
pytest-regressions
pytestCheckHook
];