Merge "Revert "Install older setuptools in puppet apply jobs""
This commit is contained in:
commit
faf041540c
@ -41,8 +41,6 @@ declare -A INTEGRATION_MODULES
|
|||||||
source $MODULE_ENV_FILE
|
source $MODULE_ENV_FILE
|
||||||
|
|
||||||
python3 -m virtualenv -p python3 --system-site-packages /tmp/apply-ansible-env
|
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
|
/tmp/apply-ansible-env/bin/pip install ansible
|
||||||
# Install puppet
|
# Install puppet
|
||||||
ansible_root=$(mktemp -d)
|
ansible_root=$(mktemp -d)
|
||||||
|
Loading…
Reference in New Issue
Block a user