summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-07-20 12:33:26 -0700
committerTim Burke <tim.burke@gmail.com>2020-07-20 17:18:43 -0700
commit1c91547643f9c85f152d1d8c15431fec8334e214 (patch)
tree03089364ade47846c2cfeee56f594c7369417d89 /tools
parent0eee3b5bcd6bfbfacc6bc354e84c4b52973a1c03 (diff)
downloadswift-1c91547643f9c85f152d1d8c15431fec8334e214.tar.gz
Use latest pip in gate jobs
We've seen failures with probe tests lately where dnspython 2.0.0 is getting installed even though it doesn't support py2 anymore. I think using latest pip should be better about noticing that and installing the last 1.x release intead? Change-Id: I6eda54ccd2792effadb334ce9324887132b62b6f
Diffstat (limited to 'tools')
-rw-r--r--tools/playbooks/common/install_dependencies.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/playbooks/common/install_dependencies.yaml b/tools/playbooks/common/install_dependencies.yaml
index 67dbcf6a9..18fd52065 100644
--- a/tools/playbooks/common/install_dependencies.yaml
+++ b/tools/playbooks/common/install_dependencies.yaml
@@ -17,6 +17,11 @@
roles:
- ensure-pip
tasks:
+ - name: upgrade pip
+ pip:
+ name: pip
+ extra_args: --upgrade
+
- name: installing dependencies
yum: name={{ item }} state=present
with_items: