From 797a182fbfdd39ed6fa9bcd811f5fe2c56d3f9cd Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 25 Jul 2021 21:01:40 +0300 Subject: [PATCH] Tests(tox): Limit `pip` and `setuptools` versions for Python 3.4 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 2c2c213..eddc5cd 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,8 @@ commands = {envpython} --version {envpython} -c "import struct; print(struct.calcsize('P') * 8)" deps = + pip < 19.2 + setuptools < 44 -rdevscripts/requirements/requirements_tests.txt setenv = VIRTUALENV_PIP = 19.1.1 -- 2.39.2