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
This commit is contained in:
Riccardo Pittau 2023-01-27 11:38:15 +01:00
parent 31dafbfdd5
commit 69c38de8c9
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

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