From: Oleg Broytman Date: Sun, 25 Jul 2021 11:51:54 +0000 (+0300) Subject: Tests(tox): Limit `VIRTUALENV_PIP` version for Python 3.4 X-Git-Tag: 0.8.0~4 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=63892391127e20768596df22d7d967f75954bc4d Tests(tox): Limit `VIRTUALENV_PIP` version for Python 3.4 --- diff --git a/tox.ini b/tox.ini index 9f72657..2c2c213 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,8 @@ commands = {envpython} -c "import struct; print(struct.calcsize('P') * 8)" deps = -rdevscripts/requirements/requirements_tests.txt +setenv = + VIRTUALENV_PIP = 19.1.1 [testenv:{py27,py34,py35,py36,py37,py38,py39,pypy}] commands =