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