From 63892391127e20768596df22d7d967f75954bc4d Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 25 Jul 2021 14:51:54 +0300 Subject: [PATCH] Tests(tox): Limit `VIRTUALENV_PIP` version for Python 3.4 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) 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 = -- 2.39.2