python3Packages.greenplanet-energy-api: don't test coverage (#502273)

This commit is contained in:
dotlambda
2026-03-22 18:58:43 +00:00
committed by GitHub
@@ -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
];