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

This commit is contained in:
Pyrox 2024-10-15 21:20:13 -04:00
parent 4c0dbf162b
commit c97526afed
No known key found for this signature in database
GPG Key ID: 8CDF3F7CAA53A0F5

View File

@ -17,7 +17,7 @@
setproctitle,
pytestCheckHook,
pytest-cov,
pytest-cov-stub,
}:
buildPythonPackage rec {
@ -50,7 +50,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-cov
pytest-cov-stub
] ++ lib.flatten (lib.attrValues optional-dependencies);
meta = {