We do not need to check coverage for this project. --- humanize-4.15.0/pyproject.toml.orig +++ humanize-4.15.0/pyproject.toml @@ -38,7 +38,6 @@ optional-dependencies.tests = [ "freezegun", "pytest", - "pytest-cov", ] urls.Documentation = "https://humanize.readthedocs.io/" urls.Funding = "https://tidelift.com/subscription/pkg/pypi-humanize?utm_source=pypi-humanize&utm_medium=pypi" --- humanize-4.15.0/tox.ini.orig +++ humanize-4.15.0/tox.ini @@ -14,11 +14,6 @@ FORCE_COLOR commands = {envpython} -m pytest \ - --cov humanize \ - --cov tests \ - --cov-report html \ - --cov-report term \ - --cov-report xml \ {posargs} [testenv:docs]