We do not need to check coverage for this project. --- frozenlist-1.8.0/pytest.ini.orig +++ frozenlist-1.8.0/pytest.ini @@ -18,14 +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 - # Fail on config parsing warnings: # --strict-config --- frozenlist-1.8.0/requirements/test.txt.orig +++ frozenlist-1.8.0/requirements/test.txt @@ -1,4 +1,2 @@ -r cython.txt -coverage==7.6.1 pytest==8.4.2 -pytest-cov==4.1.0