We do not need to check coverage for this project. --- yarl-1.22.0/pytest.ini.orig +++ yarl-1.22.0/pytest.ini @@ -16,14 +16,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 --- yarl-1.22.0/requirements/test.txt.orig +++ yarl-1.22.0/requirements/test.txt @@ -1,9 +1,7 @@ -r requirements/cython.txt -covdefaults hypothesis>=6.0 idna==3.10 multidict==6.6.4 propcache==0.4.0 pytest==8.4.2 -pytest-cov>=2.3.1 pytest-xdist