Bump version of virtualenv download

This updates the virtualenv release to the latest current which allows
setup_env to complete without error when setuptools 45.0.0 is present
in the venv

Change-Id: I2138409d2adce578764781a1ba481fcbc319c451
Closes-Bug: 1859633
This commit is contained in:
Jonathan Rosser
2020-01-14 14:41:29 +00:00
parent 59534d08fb
commit ccdcb2ed5c

View File

@@ -173,7 +173,7 @@ else
fi fi
# Setup virtual environments for refstack-client and tempest # Setup virtual environments for refstack-client and tempest
VENV_VERSION='15.0.3' VENV_VERSION='16.7.9'
wget https://github.com/pypa/virtualenv/archive/${VENV_VERSION}.tar.gz wget https://github.com/pypa/virtualenv/archive/${VENV_VERSION}.tar.gz
tar xvfz ${VENV_VERSION}.tar.gz tar xvfz ${VENV_VERSION}.tar.gz
rm ${VENV_VERSION}.tar.gz rm ${VENV_VERSION}.tar.gz