We do not need to check coverage for this project. --- prettytable-3.16.0/pyproject.toml.orig +++ prettytable-3.16.0/pyproject.toml @@ -34,7 +34,6 @@ ] optional-dependencies.tests = [ "pytest", - "pytest-cov", "pytest-lazy-fixtures", ] urls.Changelog = "https://github.com/prettytable/prettytable/releases" --- prettytable-3.16.0/tox.ini.orig +++ prettytable-3.16.0/tox.ini @@ -15,11 +15,6 @@ COVERAGE_CORE = sysmon commands = {envpython} -m pytest \ - --cov prettytable \ - --cov tests \ - --cov-report html \ - --cov-report term \ - --cov-report xml \ {posargs} [testenv:lint]