Unverified Commit af2f21cd authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

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

parents 24c90cb5 ca7652a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
  ];