mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
python312Packages.gunicorn: pytest-cov -> pytest-cov-stub
This commit is contained in:
parent
4c0dbf162b
commit
c97526afed
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user