summaryrefslogtreecommitdiff
path: root/tox.ini
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 /tox.ini
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 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