From: Oleg Broytman Date: Sun, 25 Jul 2021 18:01:45 +0000 (+0300) Subject: Tests(tox): Limit `pip` and `setuptools` versions for Python 3.4 X-Git-Tag: 0.3.0~5 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=ddc99f20f37b8e78f7e6aa3361d166a2631d316f Tests(tox): Limit `pip` and `setuptools` versions for Python 3.4 --- 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