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

This commit is contained in:
Pyrox 2024-10-15 21:19:23 -04:00
parent 195c912354
commit 6244788e1e
No known key found for this signature in database
GPG Key ID: 8CDF3F7CAA53A0F5

View File

@ -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" ];