From 653c77cef8563dcf85291603c396ded98408f1b9 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Tue, 2 Mar 2021 09:04:16 -0500 Subject: [PATCH 1/1] lava: pip21 drop support for python 3.5 Limit the pip version to 20.3.x. for now. Ultimate solution here will be to upgrade the base image from Xenial to latest LTS. Signed-off-by: Jonathan Rajotte --- scripts/system-tests/template_lava_job.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system-tests/template_lava_job.jinja2 b/scripts/system-tests/template_lava_job.jinja2 index b720f20..61c421b 100644 --- a/scripts/system-tests/template_lava_job.jinja2 +++ b/scripts/system-tests/template_lava_job.jinja2 @@ -87,7 +87,7 @@ actions: - apt-get update - apt-get upgrade - apt-get install -y systemtap-sdt-dev - - pip3 install --upgrade pip + - pip3 install --upgrade 'pip>=20.3<21' - hash -r - pip3 install vlttng - {{ vlttng_cmd }} -- 2.34.1