From 1f618041229a8b022a5b52d4af8db5d0fa2c1302 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Tue, 12 Aug 2025 17:35:17 +0200 Subject: [PATCH] Remove python 3.9 test jobs Python 3.9 is not supported anymore in the Openstack ecosystem We should just remove tests that use it. Change-Id: I11f87d00f9c36247cd252acfc5bfd3cc7bfb143c Signed-off-by: Riccardo Pittau --- .zuul.d/project.yaml | 3 --- tox.ini | 7 ------- 2 files changed, 10 deletions(-) diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index 2469791492..e3e67261ed 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -17,7 +17,6 @@ - requirements-tox-babel - requirements-tox-bindep: voting: false - - requirements-tox-py39-check-uc - requirements-tox-py310-check-uc - requirements-tox-py311-check-uc - requirements-tox-py312-check-uc @@ -82,7 +81,6 @@ - openstack-tox-validate - requirements-check-self - requirements-tox-babel - - requirements-tox-py39-check-uc - requirements-tox-py310-check-uc - requirements-tox-py311-check-uc - requirements-tox-py312-check-uc @@ -119,7 +117,6 @@ jobs: - nova-ceph-multistore - nova-next - - requirements-tox-py39-check-uc-no-wheels - requirements-tox-py310-check-uc-no-wheels - requirements-tox-py311-check-uc-no-wheels - requirements-tox-py312-check-uc-no-wheels diff --git a/tox.ini b/tox.ini index 0daaa0b672..404bf9e842 100644 --- a/tox.ini +++ b/tox.ini @@ -12,13 +12,6 @@ deps = -c{toxinidir}/upper-constraints.txt commands = stestr run {posargs} -[testenv:py39-check-uc] -allowlist_externals = - check-conflicts -basepython = python3.9 -deps = -r{toxinidir}/upper-constraints.txt -commands = check-conflicts {toxinidir}/upper-constraints.txt {toxinidir}/upper-constraints-xfails.txt - [testenv:py310-check-uc] basepython = python3.10 deps = -r{toxinidir}/upper-constraints.txt