We do not need to check coverage for this project. --- pyjwt-2.13.0/pyproject.toml.orig +++ pyjwt-2.13.0/pyproject.toml @@ -20,7 +20,6 @@ "zope.interface", ] tests = [ - "coverage[toml]==7.10.7", "pytest>=8.4.2,<9.0.0", ] --- pyjwt-2.13.0/tox.ini.orig +++ pyjwt-2.13.0/tox.ini @@ -43,7 +43,7 @@ tests extras = crypto: crypto -commands = {envpython} -b -m coverage run -m pytest {posargs} +commands = {envpython} -b -m pytest {posargs} [testenv:docs]