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:
parent
cd4d940f64
commit
b32d0b880c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user