summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Pittau <elfosardo@gmail.com>2023-01-27 11:38:15 +0100
committerRiccardo Pittau <elfosardo@gmail.com>2023-01-27 14:52:52 +0100
commit69c38de8c95749640aa946cc4af800cce4126cd1 (patch)
treea293f6836fb36fad4e23e2bfec1cdaa70ee5f8fc
parent31dafbfdd597e33082abb1c77863b94dbac930ee (diff)
downloadironic-python-agent-bugfix/9.0.tar.gz
Remove reno job and cap tox to version lower than 4bugfix/9.0
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
-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 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: