From: Oleg Broytman Date: Sun, 25 Jul 2021 18:01:34 +0000 (+0300) Subject: Tests(tox): Limit `pip` and `setuptools` versions for Python 3.4 X-Git-Tag: 3.1.0.post1~7 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=e64759c91f5d780d1af20c3d6210096e859380a9;hp=958026c593e5ddf97162d70d8c00642caa24527b;p=mimedecode.git Tests(tox): Limit `pip` and `setuptools` versions for Python 3.4 --- diff --git a/tox.ini b/tox.ini index 81400c7..85c1d11 100644 --- a/tox.ini +++ b/tox.ini @@ -13,6 +13,8 @@ basepython = py39: {env:TOXPYTHON:python3.9} pypy: {env:TOXPYTHON:pypy} deps = + pip < 19.2 + setuptools < 44 -rdevscripts/requirements/requirements_tests.txt changedir = test commands =