mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
python312Packages.pytest-*: pytest-cov -> pytest-cov-stub
This commit is contained in:
parent
d5886a2e31
commit
73cf526286
@ -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" ];
|
||||
|
@ -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 ];
|
||||
|
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user