We do not need to check coverage for this project. --- hpack-4.1.0/pyproject.toml.orig +++ hpack-4.1.0/pyproject.toml @@ -54,7 +54,6 @@ ] testing = [ "pytest>=8.3.3,<9", - "pytest-cov>=6.0.0,<7", "pytest-xdist>=3.6.1,<4", "hypothesis>=6.119.4,<7", ] @@ -167,7 +166,7 @@ ] dependency_groups = ["testing"] commands = [ - ["pytest", "--cov-report=xml", "--cov-report=term", "--cov=hpack", { replace = "posargs", extend = true }] + ["pytest", { replace = "posargs", extend = true }] ] [tool.tox.env.pypy3]