--- domdf_python_tools-3.10.0/tox.ini.orig +++ domdf_python_tools-3.10.0/tox.ini @@ -40,7 +40,6 @@ skip_missing_interpreters = True isolated_build = True requires = - pip>=21,!=22.2 tox-envlist>=0.2.1 tox~=3.0 virtualenv!=20.16.0 @@ -268,7 +267,4 @@ ignore_errors = True commands = python --version - python -m pip install pytz>=2019.1 python -m pytest --cov=domdf_python_tools -r aR tests/ {posargs} - python -m pip uninstall pytz -y - python -m pytest --cov=domdf_python_tools -r aR tests/test_dates.py --cov-fail-under=0 --cov-append {posargs}