We do not need to check coverage for this project. --- aiohappyeyeballs-2.7.1/pyproject.toml.orig +++ aiohappyeyeballs-2.7.1/pyproject.toml @@ -39,7 +39,6 @@ [tool.poetry.group.dev.dependencies] pytest = ">=9.1.1,<10" -pytest-cov = ">=7.1.0,<8" pytest-asyncio = ">=1.4.0,<3" [tool.poetry.group.docs] @@ -88,7 +87,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"