python3Packages.greenplanet-energy-api: don't test coverage

This commit is contained in:
Robert Schütz
2026-03-22 11:45:13 -07:00
parent 87d5802892
commit ca7652a21b
@@ -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
];