From e64759c91f5d780d1af20c3d6210096e859380a9 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 25 Jul 2021 21:01:34 +0300 Subject: [PATCH 1/1] 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 81400c7..85c1d11 100644 --- 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 = -- 2.39.2