diff options
author | Pierrick Louin <pierrick.louin@orange.com> | 2020-12-03 22:18:41 +0000 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-01-05 12:20:27 +0100 |
commit | 302abd9369e12c6f199216602941ee97ffbb2d37 (patch) | |
tree | 5abb6785dc6b170c70fdbb867cf52da47e52b497 /tox.ini | |
parent | 7ab8c4f3c2996b05f366ea85032162eff90778ba (diff) |
NFVBENCH-195: Work around a fatal error encountered with the latest pip release, building the container.
Signed-off-by: Pierrick Louin <pierrick.louin@orange.com>
Change-Id: I7dbfa076360be0c62a1b9893070f059dc2566842
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 = |