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