From ca7652a21b702d416bdf5d699e3cbb4dc6a5b949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 22 Mar 2026 11:45:13 -0700 Subject: [PATCH] python3Packages.greenplanet-energy-api: don't test coverage --- .../python-modules/greenplanet-energy-api/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ];