We do not need to check coverage for this project. --- service_identity-26.1.0/pyproject.toml.orig +++ service_identity-26.1.0/pyproject.toml @@ -49,7 +49,7 @@ [dependency-groups] -tests = ["coverage[toml]>=5.0.2", "pytest"] +tests = ["pytest"] docs = ["sphinx", "furo", "myst-parser", "sphinx-notfound-page", "pyOpenSSL"] mypy = ["mypy", "types-pyOpenSSL", "idna"] dev = [ --- service_identity-26.1.0/tox.ini.orig +++ service_identity-26.1.0/tox.ini @@ -25,7 +25,7 @@ pyopenssl-oldest: PIP_CONSTRAINT = tests/constraints/oldest-pyopenssl.txt pyopenssl-oldest: UV_CONSTRAINT = tests/constraints/oldest-pyopenssl.txt commands = - coverage run -m pytest {posargs} + python -m pytest {posargs} py312-pyopenssl-latest-idna: coverage run -m pytest --doctest-modules --doctest-glob='*.rst' {posargs}