From 302abd9369e12c6f199216602941ee97ffbb2d37 Mon Sep 17 00:00:00 2001 From: Pierrick Louin Date: Thu, 3 Dec 2020 22:18:41 +0000 Subject: NFVBENCH-195: Work around a fatal error encountered with the latest pip release, building the container. Signed-off-by: Pierrick Louin Change-Id: I7dbfa076360be0c62a1b9893070f059dc2566842 --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 6d12050..3cf573e 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ envlist = py36,pep8,lint,docs,docs-linkcheck skipsdist = True [testenv] +pip_version = pip==20.2.4 usedevelop = True install_command = pip install -U {opts} {packages} setenv = -- cgit 1.2.3-korg