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
This commit is contained in:
Slawek Kaplonski 2022-06-02 11:42:42 +02:00
parent 95966f83c0
commit 5c9d242fdb
1 changed files with 1 additions and 0 deletions

View File

@ -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