We do not need to check coverage for this project. --- dist-meta-0.9.0/tests/requirements.txt.orig +++ dist-meta-0.9.0/tests/requirements.txt @@ -5,15 +5,12 @@ coincidence>=0.2.0 colorama>=0.4.5 consolekit>=1.2.3 -coverage>=5.1 -coverage-pyver-pragma>=0.2.1 first>=2.0.2 flake8==3.9.2 hpy==0.0.3; python_version >= "3.7" and implementation_name == "cpython" and python_version < "3.11" importlib-metadata>=3.6.0 pypi-json>=0.2.1 pytest>=6.0.0 -pytest-cov>=2.8.1 pytest-randomly>=3.7.0 pytest-rerunfailures>=10.1 pytest-timeout>=1.4.2 --- dist-meta-0.9.0/tox.ini.orig +++ dist-meta-0.9.0/tox.ini @@ -70,7 +70,7 @@ deps = -r{toxinidir}/tests/requirements.txt commands = python --version - python -m pytest --cov=dist_meta -r aR tests/ {posargs} + python -m pytest -r aR tests/ {posargs} [testenv:.package] setenv =