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
This commit is contained in:
Riccardo Pittau 2023-01-27 11:40:10 +01:00
parent 3889a0a3fc
commit 7f3881ff66
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,8 @@
minversion = 3.18.0
envlist = py3,functional,pep8
ignore_basepython_conflict=true
requires =
tox<4
[testenv]
basepython = python3

View File

@ -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: