We do not need to check coverage for this project. --- multidict-6.7.1/requirements/pytest.txt.orig +++ multidict-6.7.1/requirements/pytest.txt @@ -1,5 +1,4 @@ cffi<2.0.0;python_version<"3.14" objgraph==3.6.2 pytest==8.4.2 -pytest-cov==6.1.0 psutil==7.2.1 --- multidict-6.7.1/pytest.ini.orig +++ multidict-6.7.1/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