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:
parent
312512da5c
commit
7fb5312be3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user