Pin tox < 4.0

tox 4.0 was released but unfortunately it introduced breaking changes,
which affect the tox jobs.

This makes sure tox is not updated when installing dependencies.
The tox package installed by the common ensure-tox role was already
pinned by [1].

[1] https://review.opendev.org/c/zuul/zuul-jobs/+/866928

Change-Id: I535ef4c16dfdf6713124b42be93f2d10bda593dd
This commit is contained in:
Takashi Kajinami 2022-12-08 17:46:03 +09:00
parent 27ca805b53
commit dd95740d82

View File

@ -3,6 +3,7 @@ minversion = 3.9.0
envlist = linters
skipdist = True
requires =
tox<4
tox-bindep>=0.2.1
[testenv]