We do not need to check coverage for this project. --- pytest_asyncio-1.3.0/pyproject.toml.orig +++ pytest_asyncio-1.3.0/pyproject.toml @@ -49,7 +49,6 @@ "sphinx-rtd-theme>=1", ] optional-dependencies.testing = [ - "coverage>=6.2", "hypothesis>=5.7.1", ] urls."Bug Tracker" = "https://github.com/pytest-dev/pytest-asyncio/issues" --- pytest_asyncio-1.3.0/Makefile.orig +++ pytest_asyncio-1.3.0/Makefile @@ -21,7 +21,7 @@ rm -fr htmlcov/ test: - coverage run -m pytest + python -m pytest install: pip install -U pre-commit