summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Pittau <elfosardo@gmail.com>2023-01-27 11:40:10 +0100
committerRiccardo Pittau <elfosardo@gmail.com>2023-01-27 15:02:58 +0100
commit7f3881ff663ebaacddc60e1227c0e5e5f2e60891 (patch)
tree09aeac710bdfe9cc71f9934e07eef030fb930a96
parent3889a0a3fce286dcc0225cbdf2cb684c5e8bb65b (diff)
downloadironic-python-agent-bugfix/8.1.tar.gz
Remove reno job and cap tox to version lower than 4bugfix/8.1
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
-rw-r--r--tox.ini2
-rw-r--r--zuul.d/project.yaml1
2 files changed, 2 insertions, 1 deletions
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: