We do not need to check coverage for this project. --- anyio-4.12.1/pyproject.toml.orig +++ anyio-4.12.1/pyproject.toml @@ -50,7 +50,6 @@ [dependency-groups] test = [ - "coverage[toml] >= 7", "exceptiongroup >= 1.2.0", "hypothesis >= 4.18.2", "psutil >= 5.9", @@ -146,7 +145,7 @@ [tool.tox.env_run_base] depends = ["pre-commit"] package = "editable" -commands = [["coverage", "run", "-m", "pytest", { replace = "posargs", extend = true }]] +commands = [["python", "-m", "pytest", { replace = "posargs", extend = true }]] dependency_groups = ["test"] set_env = { PYTEST_DISABLE_PLUGIN_AUTOLOAD = "1" }