]> git.phdru.name Git - sqlconvert.git/commitdiff
Tests(tox): Limit `pip` and `setuptools` versions for Python 3.4
authorOleg Broytman <phd@phdru.name>
Sun, 25 Jul 2021 18:01:45 +0000 (21:01 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 25 Jul 2021 18:01:45 +0000 (21:01 +0300)
tox.ini

diff --git a/tox.ini b/tox.ini
index 725cae15125fae6311f0381d1ffce9606126cc8e..c318bdb3732af16be2514f48599877b750666285 100644 (file)
--- 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