From 9f4754cd8060efafb67ca73efe71708c556a5fc3 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Mon, 20 May 2024 20:27:36 +0200 Subject: [PATCH] Add non-voting functional-py312 job Change-Id: I8acd8af259890533bc6420f8591af468759ef020 --- .zuul.yaml | 2 ++ tox.ini | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 868f04eb4c..1f382d9fc0 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -373,6 +373,8 @@ voting: false - openstack-tox-functional-py39 - openstack-tox-functional-py310 + - openstack-tox-functional-py312: + voting: false - glance-tox-functional-py39-rbac-defaults - glance-ceph-thin-provisioning: voting: false diff --git a/tox.ini b/tox.ini index f8479dd4f6..8f1ef442cb 100644 --- a/tox.ini +++ b/tox.ini @@ -38,7 +38,7 @@ setenv = SQLALCHEMY_WARN_20=1 commands = stestr run {posargs} -[testenv:functional-py{38,39,310,311}] +[testenv:functional-py{38,39,310,311,312}] setenv = {[testenv:functional]setenv} commands = {[testenv:functional]commands}