From 5a80c5f1450871f0cc3835ac028a9e1c92d947b3 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Mon, 12 Dec 2022 08:34:44 +0000 Subject: [PATCH] Pin tox version to less than 4 Change-Id: Ie8d18b0d1a588e8a5619394be6c9c758e87b30cd --- run_tests_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests_common.sh b/run_tests_common.sh index 35ba83a3..2f90e0fe 100755 --- a/run_tests_common.sh +++ b/run_tests_common.sh @@ -72,7 +72,7 @@ if [[ "${ID,,}" == "centos" ]] && [[ ${VERSION_ID} == "8" ]]; then fi # Install bindep and tox -sudo "${PIP_EXEC_PATH}" install 'bindep>=2.4.0' tox +sudo "${PIP_EXEC_PATH}" install 'bindep>=2.4.0' 'tox<4' if [[ "${ID,,}" == "fedora" ]]; then sudo dnf -y install redhat-lsb-core yum-utils