python312Packages.echo: pytest-cov -> pytest-cov-stub
This commit is contained in:
parent
195c912354
commit
6244788e1e
@ -11,7 +11,7 @@
|
||||
qtpy,
|
||||
pyqt6,
|
||||
pytestCheckHook,
|
||||
pytest-cov,
|
||||
pytest-cov-stub,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -51,7 +51,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
pytest-cov
|
||||
pytest-cov-stub
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "echo" ];
|
||||
|
Loading…
Reference in New Issue
Block a user