We do not need to check coverage for this project. --- wcwidth-0.5.3/requirements-tests39.in.orig +++ wcwidth-0.5.3/requirements-tests39.in @@ -1,6 +1,5 @@ # For Python 3.9 *and newer* pytest>=7.4.2 -pytest-cov>=4.1.0 pytest-xdist pytest-codspeed importlib-metadata<8.7.1 --- wcwidth-0.5.3/tox.ini.orig +++ wcwidth-0.5.3/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:\ -n auto \ --verbose \ --junit-xml=.tox/results.{envname}.xml \ @@ -37,8 +37,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