From 5c9d242fdb6d0c29f6169d06dfaf56e66e952986 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Thu, 2 Jun 2022 11:42:42 +0200 Subject: [PATCH] Define "python_version" in the openstack-tox-py39-with-oslo-master This job runs on Ubuntu focal in which by default there is no python 3.9 installed. To install it we need to define "python_version" variable in that job. Change-Id: I9aee024e2055056a44224f675f786d8633445568 --- zuul.d/jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 8d1e1998..92395b76 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -857,6 +857,7 @@ vars: tox_envlist: py39 bindep_profile: test py39 + python_version: '3.9' - job: name: openstack-tox-py39-with-neutron-lib-master