We do not need to check coverage for this project. --- dom_toml-2.1.0/tests/requirements.txt.orig +++ dom_toml-2.1.0/tests/requirements.txt @@ -1,9 +1,6 @@ coincidence>=0.2.0 -coverage>=5.1 -coverage-pyver-pragma>=0.2.1 importlib-metadata>=3.6.0 numpy>=1.19.3; python_version < "3.14" pytest>=6.0.0 -pytest-cov>=2.8.1 pytest-randomly>=3.7.0 pytest-timeout>=1.4.2 --- dom_toml-2.1.0/tox.ini.orig +++ dom_toml-2.1.0/tox.ini @@ -51,7 +51,7 @@ deps = -r{toxinidir}/tests/requirements.txt commands = python --version - python -m pytest --cov=dom_toml -r aR tests/ {posargs} + python -m pytest -r aR tests/ {posargs} [testenv:.package] setenv =