We do not need to check coverage for this project. --- wcwidth-0.2.14/requirements-tests39.in.orig +++ wcwidth-0.2.14/requirements-tests39.in @@ -1,4 +1,3 @@ # For Python 3.9 *and newer* pytest>=7.4.2 -pytest-cov>=4.1.0 pytest-benchmark --- wcwidth-0.2.14/tox.ini.orig +++ wcwidth-0.2.14/tox.ini @@ -7,7 +7,7 @@ [testenv] deps = -r requirements-tests39.in -commands = {envpython} -m pytest --cov-config={toxinidir}/tox.ini {posargs:\ +commands = {envpython} -m pytest {posargs:\ --verbose \ --junit-xml=.tox/results.{envname}.xml \ --durations=3 \ @@ -36,8 +36,7 @@ [pytest] norecursedirs = .git .tox build addopts = --disable-pytest-warnings - --cov-append --cov-report=html --color=yes --ignore=setup.py --ignore=.tox - --cov=wcwidth + --color=yes --ignore=setup.py --ignore=.tox filterwarnings = error junit_family = xunit1