We do not need to check coverage for this project. --- aiohappyeyeballs-2.6.1/pyproject.toml.orig +++ aiohappyeyeballs-2.6.1/pyproject.toml @@ -39,7 +39,6 @@ [tool.poetry.group.dev.dependencies] pytest = ">=7,<9" -pytest-cov = ">=3,<7" pytest-asyncio = ">=0.23.2,<0.26.0" [tool.poetry.group.docs] @@ -80,7 +79,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"