We do not need to check coverage for this project. --- wcwidth-0.8.1/requirements-tests39.in.orig +++ wcwidth-0.8.1/requirements-tests39.in @@ -1,6 +1,5 @@ # For Python 3.9 *and newer* pytest>=7.4.2 -pytest-cov>=4.1.0 pytest-codspeed importlib-metadata<8.7.1 packaging<26.0 --- wcwidth-0.8.1/tox.ini.orig +++ wcwidth-0.8.1/tox.ini @@ -9,7 +9,7 @@ deps = -r requirements-tests39.in setenv = TERM= TERM_PROGRAM= -commands = {envpython} -m pytest --cov-config={toxinidir}/tox.ini {posargs:\ +commands = {envpython} -m pytest {posargs:\ --verbose \ --junit-xml=.tox/results.{envname}.xml \ --durations=10 \ @@ -38,8 +38,7 @@ [pytest] norecursedirs = .git .tox build addopts = --disable-pytest-warnings - --cov-append --cov-report=html --color=yes --ignore=.tox - --cov=wcwidth + --color=yes --ignore=.tox filterwarnings = error junit_family = xunit1