From 9c9f1888d682cf1b794c956d7f6ab448cb42c6d7 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 10 Dec 2020 19:06:19 +0100 Subject: Use pip==20.2.4 in tox venv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pip 20.3 is disruptive and would lead to big changes in stable branches. Change-Id: Ifc4abd2d1f28bfb63ba66796e1690b398c1e4760 Signed-off-by: Cédric Ollivier --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 5fca42af..3e8fd4b4 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,7 @@ envlist = docs,pep8,pylint,yamllint,ansiblelint,bashate,py38,cover,perm skipsdist = True [testenv] +pip_version = pip==20.2.4 usedevelop = True deps = -c{toxinidir}/upper-constraints.txt -- cgit 1.2.3-korg