From ddc99f20f37b8e78f7e6aa3361d166a2631d316f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 25 Jul 2021 21:01:45 +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 725cae1..c318bdb 100644 --- a/tox.ini +++ b/tox.ini @@ -16,6 +16,8 @@ commands = {envpython} --version {envpython} -c "import struct; print(struct.calcsize('P') * 8)" deps = + pip < 19.2 + setuptools < 44 -rdevscripts/requirements/requirements_tests.txt postgres: psycopg2-binary passenv = PGPASSWORD -- 2.39.2