We do not need to check coverage for this project. --- named-1.4.2/pyproject.toml.orig +++ named-1.4.2/pyproject.toml @@ -40,9 +40,7 @@ mypy = "1.9.0" [tool.poetry.group.test.dependencies] -coverage = "7.4.4" pytest = "8.1.1" -pytest-cov = "4.1.0" [tool.poetry.group.docs] optional = true @@ -65,7 +63,6 @@ line-length = 100 [tool.pytest.ini_options] -addopts = "--cov named" testpaths = ["tests"] [tool.coverage.run]