Pin tox version to less than 4

Change-Id: Ie8d18b0d1a588e8a5619394be6c9c758e87b30cd
This commit is contained in:
Jonathan Rosser 2022-12-12 08:34:44 +00:00
parent 046ecd4abc
commit 5a80c5f145
1 changed files with 1 additions and 1 deletions

View File

@ -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