Pin tox version to less than 4
Change-Id: Ie8d18b0d1a588e8a5619394be6c9c758e87b30cd
This commit is contained in:
parent
046ecd4abc
commit
5a80c5f145
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user