Updating tests with Yoga testing runtime

Yoga testing runtime is updated now
- https://governance.openstack.org/tc/reference/runtimes/yoga.html

which needs to test py38 and py39. Unit tests update are
handled by the job template change in openstack-zuul-job and
this commit makes changes to fucntional job to run py39 as voting
and updating the metdata in setup file.

Change-Id: I314fd61f20f2c3551f6231d191b7dcaaefabd2b5
This commit is contained in:
Ghanshyam Mann
2021-11-24 16:48:37 -06:00
committed by Ghanshyam
parent 3047cde210
commit 9dd0070ce6
3 changed files with 10 additions and 36 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[tox]
minversion = 3.18.0
envlist = py38,functional,pep8
envlist = py39,functional,pep8
# Automatic envs (pyXX) will only use the python version appropriate to that
# env and ignore basepython inherited from [testenv] if we set
# ignore_basepython_conflict.