Merge "Revert "Pin setuptools<50 in our image venvs""

This commit is contained in:
Zuul 2020-09-14 18:37:40 +00:00 committed by Gerrit Code Review
commit e290b5d11b
3 changed files with 0 additions and 9 deletions

View File

@ -23,7 +23,4 @@ fi
set -e
python3 -m venv /usr/bindep-env
# We do this first to ensure working setuptools is present when bindep
# is installed.
/usr/bindep-env/bin/pip install -U 'setuptools<50'
/usr/bindep-env/bin/pip install bindep

View File

@ -23,7 +23,4 @@ fi
set -e
python3 -m venv /usr/tox-env
# We do this first to ensure working setuptools is present when tox
# is installed.
/usr/tox-env/bin/pip install -U 'setuptools<50'
/usr/tox-env/bin/pip install tox

View File

@ -19,7 +19,4 @@ fi
set -e
python3 -m venv /usr/os-testr-env
# We do this first to ensure working setuptools is present when os-testr
# is installed.
/usr/os-testr-env/bin/pip install -U 'setuptools<50'
/usr/os-testr-env/bin/pip install os-testr