From 69c38de8c95749640aa946cc4af800cce4126cd1 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Fri, 27 Jan 2023 11:38:15 +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: Icfe8745ad3d5427f3c3c4395d86c313f29d158bf --- tox.ini | 2 ++ zuul.d/project.yaml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c3006ab1..86e7eb09 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 9501c3a4..cda20e3b 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -4,7 +4,6 @@ - openstack-cover-jobs-ipa-bugfix90 - openstack-python3-zed-jobs-ipa-bugfix90 - publish-openstack-docs-pti - - release-notes-jobs-python3 check: jobs: - openstack-tox-functional: -- cgit v1.2.1