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

diff --git a/tox.ini b/tox.ini
index 81400c7d417b2d81e9a2f038f1bf3fe2b9d449f8..85c1d11548f5acf59f33c8377ff2fef860f58674 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -13,6 +13,8 @@ basepython =
     py39: {env:TOXPYTHON:python3.9}
     pypy: {env:TOXPYTHON:pypy}
 deps =
+    pip < 19.2
+    setuptools < 44
     -rdevscripts/requirements/requirements_tests.txt
 changedir = test
 commands =