Revert "Install older setuptools in puppet apply jobs"

This reverts commit be802b319a.

A 50.1.0 release of setuptools has been made which reverts the breaking
behavior.

Change-Id: Ic32afc1466556eed9aaf3869974d85d5f779375f
This commit is contained in:
Clark Boylan 2020-09-03 08:57:05 -07:00
parent cd4d940f64
commit b32d0b880c
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)