We do not need to check coverage for this project. --- service_identity-24.2.0/pyproject.toml.orig +++ service_identity-24.2.0/pyproject.toml @@ -36,7 +36,7 @@ [project.optional-dependencies] idna = ["idna"] -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[tests,mypy,idna]", "pyOpenSSL"] --- service_identity-24.2.0/tox.ini.orig +++ service_identity-24.2.0/tox.ini @@ -23,7 +23,7 @@ oldest: PIP_CONSTRAINT = tests/constraints/oldest-cryptography.txt pyopenssl-oldest: PIP_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}