We do not need to check coverage for this project. --- aiosignal-1.4.0/requirements/ci-wheel.txt.orig +++ aiosignal-1.4.0/requirements/ci-wheel.txt @@ -1,5 +1,3 @@ -r requirements/wheel.txt -coverage==7.9.1 -pytest-cov==6.2.1 tox==4.27.0 --- aiosignal-1.4.0/pytest.ini.orig +++ aiosignal-1.4.0/pytest.ini @@ -18,15 +18,6 @@ # https://docs.pytest.org/en/stable/doctest.html --doctest-modules - # Pre-load the `pytest-cov` plugin early: - -p pytest_cov - - # `pytest-cov`: - --cov - --cov-config=.coveragerc - --cov-context=test - --no-cov-on-fail - # Fail on config parsing warnings: # --strict-config --- aiosignal-1.4.0/tox.ini.orig +++ aiosignal-1.4.0/tox.ini @@ -27,10 +27,9 @@ {[python-cli-options]byte-errors} \ {[python-cli-options]max-isolation} \ {[python-cli-options]warnings-to-errors} \ - -W 'ignore:Coverage failure::pytest_cov.plugin' \ -m pytest \ {tty:--color=yes} \ - {posargs:--cov-report=html:{envtmpdir}{/}htmlcov{/}} + {posargs} commands_post = -{envpython} \ {[python-cli-options]byte-errors} \