Unpin virtualenv version

This is required to allow the latest cryptography wheel to be
installed from pypi

Change-Id: I351b3f2ae458abc14a899768a04999ca10c86ea4
This commit is contained in:
Jonathan Rosser 2021-02-09 14:03:38 +00:00
parent 312512da5c
commit 7fb5312be3
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ if [[ "${ID,,}" == "centos" ]] && [[ ${VERSION_ID} == "8" ]]; then
fi
# Install bindep and tox
sudo "${PIP_EXEC_PATH}" install 'bindep>=2.4.0' tox 'virtualenv<20.2.2'
sudo "${PIP_EXEC_PATH}" install 'bindep>=2.4.0' tox
if [[ "${ID,,}" == "fedora" ]]; then
sudo dnf -y install redhat-lsb-core yum-utils