From f9b188238092f841da6bcf13f3163d38d0df923d Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 24 Nov 2021 17:24:17 -0600 Subject: [PATCH] Updating python testing as per Yoga testing runtime Yoga testing runtime[1] has been updated to add py39 testing as voting and as we are testing py3.6 and py3.9 we do not need to test py3.7|8 explicitly. Unit tests update are handled by the job template change in openstack-zuul-job - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 this commit makes other required changes in zuul.yaml and update the classifier in setup.cfg file. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: Ia66475b377c683b115c8bd9a77c72d955db60fdc --- setup.cfg | 1 + zuul.d/project.yaml | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index ef075c7942c..5931a651ac1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,7 @@ classifier = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 [files] packages = diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 66659428da1..4362e22f64f 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -42,11 +42,8 @@ # failures, please reach us on #tripleo IRC channel. - openstack-tox-py36: # from openstack-python3-yoga-jobs template timeout: 3600 - - openstack-tox-py38: # from openstack-python3-yoga-jobs template - timeout: 3600 - openstack-tox-py39: # from openstack-python3-yoga-jobs template timeout: 3600 - voting: false - openstack-tox-lower-constraints: # from openstack-tox-lower-constraints template timeout: 3600 - openstack-tox-cover: # from openstack-cover-jobs template @@ -68,7 +65,7 @@ - neutron-ovn-tempest-ipv6-only - openstack-tox-py36: # from openstack-python3-yoga-jobs template timeout: 3600 - - openstack-tox-py38: # from openstack-python3-yoga-jobs template + - openstack-tox-py39: # from openstack-python3-yoga-jobs template timeout: 3600 - openstack-tox-lower-constraints: # from openstack-tox-lower-constraints template timeout: 3600