We do not need to check coverage for this project. --- domdf_python_tools-3.10.0/tests/requirements.txt.orig +++ domdf_python_tools-3.10.0/tests/requirements.txt @@ -1,15 +1,12 @@ click>=7.1.2 coincidence>=0.2.0 consolekit>=1.0.0 -coverage>=5.1 -coverage-pyver-pragma>=0.2.1 faker>=4.1.2 flake8<5,>=3.8.4 funcy>=1.16 importlib-metadata>=3.6.0 pandas>=1.0.0; implementation_name == "cpython" and python_version < "3.11" pytest>=6.0.0 -pytest-cov>=2.8.1 pytest-randomly>=3.7.0 pytest-regressions>=2.0.1 pytest-rerunfailures>=9.1.1 --- domdf_python_tools-3.10.0/tox.ini.orig +++ domdf_python_tools-3.10.0/tox.ini @@ -263,4 +263,4 @@ ignore_errors = True commands = python --version - python -m pytest --cov=domdf_python_tools -r aR tests/ {posargs} + python -m pytest -r aR tests/ {posargs}