We do not need to check coverage for this project. --- h2-4.3.0/pyproject.toml.orig +++ h2-4.3.0/pyproject.toml @@ -58,7 +58,6 @@ testing = [ "pytest>=8.3.3,<9", - "pytest-cov>=6.0.0,<7", "pytest-xdist>=3.6.1,<4", "hypothesis>=6.119.4,<7", ] @@ -185,7 +184,7 @@ [tool.tox.env_run_base] dependency_groups = ["testing"] commands = [ - ["python", "-bb", "-m", "pytest", "--cov-report=xml", "--cov-report=term", "--cov=h2", { replace = "posargs", extend = true }] + ["python", "-bb", "-m", "pytest", { replace = "posargs", extend = true }] ] [tool.tox.env.pypy3]