From caee1aff6efa7adc58b77ea335bd70e24a18cf45 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 25 Jul 2021 14:52:17 +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 460460d..725cae1 100644 --- a/tox.ini +++ b/tox.ini @@ -19,6 +19,8 @@ deps = -rdevscripts/requirements/requirements_tests.txt postgres: psycopg2-binary passenv = PGPASSWORD +setenv = + VIRTUALENV_PIP = 19.1.1 platform = linux # Don't fail or warn on uninstalled commands whitelist_externals = -- 2.39.2