From 958026c593e5ddf97162d70d8c00642caa24527b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 25 Jul 2021 14:51:32 +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 7d7449e..81400c7 100644 --- a/tox.ini +++ b/tox.ini @@ -20,3 +20,5 @@ commands = {envpython} -c "import struct; print(struct.calcsize('P') * 8)" ./test_all passenv = HOME +setenv = + VIRTUALENV_PIP = 19.1.1 -- 2.39.2