We do not need to check coverage for this project. --- deprecation-alias-0.4.0/tests/requirements.txt.orig +++ deprecation-alias-0.4.0/tests/requirements.txt @@ -1,10 +1,7 @@ coincidence>=0.2.0 -coverage>=5.1 -coverage-pyver-pragma>=0.2.1 domdf-python-tools[testing]>=2.0.1 importlib-metadata>=3.6.0 iniconfig!=1.1.0,>=1.0.1 pytest>=6.0.0 -pytest-cov>=2.8.1 pytest-randomly>=3.7.0 pytest-timeout>=1.4.2 --- deprecation-alias-0.4.0/tox.ini.orig +++ deprecation-alias-0.4.0/tox.ini @@ -70,7 +70,7 @@ deps = -r{toxinidir}/tests/requirements.txt commands = python --version - python -m pytest --cov=deprecation_alias -r aR tests/ {posargs} + python -m pytest -r aR tests/ {posargs} [testenv:.package] setenv =