From 7f3881ff663ebaacddc60e1227c0e5e5f2e60891 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Fri, 27 Jan 2023 11:40:10 +0100 Subject: Remove reno job and cap tox to version lower than 4 It does not make sense to run it on bugfix branches. Tox is capped in all stable branches, let's cap it here as well. Change-Id: I202317cacefdb69e6c32750c5b0e11cf07636bf4 --- tox.ini | 2 ++ zuul.d/project.yaml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 84b00d64..334b8d6b 100644 --- a/tox.ini +++ b/tox.ini @@ -2,6 +2,8 @@ minversion = 3.18.0 envlist = py3,functional,pep8 ignore_basepython_conflict=true +requires = + tox<4 [testenv] basepython = python3 diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 34ef73e9..c7c8d0c2 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -3,7 +3,6 @@ - openstack-python3-xena-jobs-ironic-bugfix - publish-openstack-docs-pti - check-requirements - - release-notes-jobs-python3 check: jobs: - openstack-tox-functional: -- cgit v1.2.1