We do not need to check coverage for this project. --- aiohappyeyeballs-2.6.2/pyproject.toml.orig +++ aiohappyeyeballs-2.6.2/pyproject.toml @@ -38,7 +38,6 @@ [tool.poetry.group.dev.dependencies] pytest = ">=7,<9" -pytest-cov = ">=3,<8" pytest-asyncio = ">=0.23.2,<1.3.0" [tool.poetry.group.docs] @@ -79,7 +78,7 @@ prerelease = true [tool.pytest.ini_options] -addopts = "-v -Wdefault --cov=aiohappyeyeballs --cov-report=term-missing:skip-covered" +addopts = "-v -Wdefault" pythonpath = ["src"] asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "function"