diff options
| author | Riccardo Pittau <elfosardo@gmail.com> | 2023-01-27 11:38:15 +0100 |
|---|---|---|
| committer | Riccardo Pittau <elfosardo@gmail.com> | 2023-01-27 14:52:52 +0100 |
| commit | 69c38de8c95749640aa946cc4af800cce4126cd1 (patch) | |
| tree | a293f6836fb36fad4e23e2bfec1cdaa70ee5f8fc /tox.ini | |
| parent | 31dafbfdd597e33082abb1c77863b94dbac930ee (diff) | |
| download | ironic-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.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ minversion = 3.18.0 envlist = py3,functional,pep8 ignore_basepython_conflict=true +requires = + tox<4 [testenv] basepython = python3 |
