Merge "Revert "Install older setuptools in puppet apply jobs""

This commit is contained in:
Zuul 2021-02-11 01:33:50 +00:00 committed by Gerrit Code Review
commit faf041540c
1 changed files with 0 additions and 2 deletions

View File

@ -41,8 +41,6 @@ declare -A INTEGRATION_MODULES
source $MODULE_ENV_FILE
python3 -m virtualenv -p python3 --system-site-packages /tmp/apply-ansible-env
# Work around the fact that setuptools~=50 is broken
/tmp/apply-ansible-env/bin/pip install -U 'setuptools<50'
/tmp/apply-ansible-env/bin/pip install ansible
# Install puppet
ansible_root=$(mktemp -d)