From bfcbc700f1981f359030f4baf89bd408ad07b1ea Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 10 Dec 2020 19:11:46 +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: Ic3770f4098c52b0d26bc62291c9e79e8ee81d107 Signed-off-by: Cédric Ollivier (cherry picked from commit 0c99749bb65cadd0142c90cd73e13802d48cb7f6) --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index dbf22e65..b62b2c3b 100644 --- a/tox.ini +++ b/tox.ini @@ -2,6 +2,7 @@ envlist = pep8,pylint,yamllint,ansiblelint,bashate,py27,py36,bandit [testenv] +pip_version = pip==20.2.4 usedevelop = True deps = -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=stable/hunter -- cgit 1.2.3-korg