From dd95740d828537314cace967606096ea062c8b33 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 8 Dec 2022 17:46:03 +0900 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index dbe88fc57..a3d7afbaa 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,7 @@ minversion = 3.9.0 envlist = linters skipdist = True requires = + tox<4 tox-bindep>=0.2.1 [testenv]