Pin virtualenv to 20.7.2

Current latest 20.8.0 have updated embedded pip 21.2.4 and setuptools
58.4.8 incompatible with some of constrainted packages.

Change-Id: I81ec48dbd123e6f24ff05d64906d47c31ae693f7
This commit is contained in:
Andrii Ostapenko 2021-09-20 12:19:04 -06:00 committed by Andrii Ostapenko
parent c19db02c6d
commit 68c3d9177f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ source ${PIPBOOTSTRAP}/bin/activate
pip install --upgrade setuptools
# Upgrade to the latest version of virtualenv
pip install --upgrade ${PIP_ARGS} virtualenv
pip install --upgrade ${PIP_ARGS} virtualenv==20.7.2
# Forget the cached locations of python binaries
hash -r