We do not need to check coverage for this project. --- GitPython-3.1.46/test-requirements.txt.orig +++ GitPython-3.1.46/test-requirements.txt @@ -1,7 +1,5 @@ -coverage[toml] ddt >= 1.1.1, != 1.4.3 mock ; python_version < "3.8" pytest >= 7.3.1 -pytest-cov pytest-mock typing-extensions ; python_version < "3.11" --- GitPython-3.1.46/pyproject.toml.orig +++ GitPython-3.1.46/pyproject.toml @@ -3,7 +3,6 @@ build-backend = "setuptools.build_meta" [tool.pytest.ini_options] -addopts = "--cov=git --cov-report=term -ra" filterwarnings = "ignore::DeprecationWarning" python_files = "test_*.py" tmp_path_retention_policy = "failed"