We do not need to check coverage for this project. --- async_timeout-5.0.1/requirements.txt.orig +++ async_timeout-5.0.1/requirements.txt @@ -4,5 +4,4 @@ mypy==1.13.0; implementation_name=="cpython" pytest==8.3.3 pytest-asyncio==0.24.0 -pytest-cov==6.0.0 twine==5.1.1 --- async_timeout-5.0.1/setup.cfg.orig +++ async_timeout-5.0.1/setup.cfg @@ -50,7 +50,6 @@ lines_after_imports = 2 [tool:pytest] -addopts = --cov=async_timeout --cov-report=term --cov-report=html --cov-branch asyncio_mode = strict [mypy-pytest]