We do not need to check coverage for this project. --- propcache-0.4.1/requirements/test.txt.orig +++ propcache-0.4.1/requirements/test.txt @@ -1,5 +1,3 @@ -r requirements/cython.txt -covdefaults pytest==8.4.2 -pytest-cov>=2.3.1 pytest-xdist --- propcache-0.4.1/pytest.ini.orig +++ propcache-0.4.1/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