We do not need to check coverage for this project. --- watchdog-6.0.0/requirements-tests.txt.orig +++ watchdog-6.0.0/requirements-tests.txt @@ -1,6 +1,5 @@ flaky==3.8.1 pytest==8.3.3 -pytest-cov==6.0.0 pytest-timeout==2.3.1 sphinx==7.4.7; python_version <= "3.9" sphinx==8.1.3; python_version > "3.9" --- watchdog-6.0.0/pyproject.toml.orig +++ watchdog-6.0.0/pyproject.toml @@ -30,8 +30,6 @@ addopts = """ --showlocals -vvv - --cov=watchdog - --cov-report=term-missing:skip-covered """ [tool.ruff]