diff --git a/pkgs/development/python-modules/greenplanet-energy-api/default.nix b/pkgs/development/python-modules/greenplanet-energy-api/default.nix index f712f3ba3a0a..5aa98eb06ffb 100644 --- a/pkgs/development/python-modules/greenplanet-energy-api/default.nix +++ b/pkgs/development/python-modules/greenplanet-energy-api/default.nix @@ -5,7 +5,7 @@ setuptools, aiohttp, pytest-asyncio, - pytest-cov, + pytest-cov-stub, aioresponses, pytestCheckHook, }: @@ -30,7 +30,7 @@ buildPythonPackage (finalAttrs: { nativeCheckInputs = [ pytest-asyncio - pytest-cov + pytest-cov-stub aioresponses pytestCheckHook ];