From de225ad186412c0d9d433cb6ba9c3e9279b5ca4a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 2 Oct 2024 00:45:16 +0900 Subject: [PATCH] Replace py38 job by py311 job ... because Python 3.8 support is being removed globally now. Change-Id: I83db5b4f056d152548cb82c1d934bcadcadc4afc --- .zuul.yaml | 4 ++-- tox.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index d082bba45..843534b05 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -15,8 +15,8 @@ - release-notes-jobs-python3 check: jobs: - - openstack-tox-functional-py38 - openstack-tox-functional-py39 + - openstack-tox-functional-py311 - openstack-tox-pep8 - placement-nova-tox-functional-py39 - placement-nested-perfload: @@ -48,8 +48,8 @@ irrelevant-files: *gate-irrelevant-files gate: jobs: - - openstack-tox-functional-py38 - openstack-tox-functional-py39 + - openstack-tox-functional-py311 - openstack-tox-pep8 - placement-nova-tox-functional-py39 - tempest-integrated-placement: diff --git a/tox.ini b/tox.ini index f151c7938..06ea6b896 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ passenv = # there is also secret magic in subunit-trace which lets you run in a fail only # mode. To do this define the TRACE_FAILONLY environmental variable. -[testenv:functional{,-py38,-py39,-py310,-py311,-py312}] +[testenv:functional{,-py39,-py310,-py311,-py312}] commands = stestr --test-path=./placement/tests/functional run {posargs}