summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2021-04-05 18:12:43 -0700
committerTim Burke <tim.burke@gmail.com>2021-04-06 11:33:44 -0700
commit1895213d2550e25bbc5313d67ee5b32f32adf970 (patch)
treecf1bc4a301f982131594fce87c48e3da6f9adc40 /tools
parentb79ca57fa98323b17f896af86c617d465066d544 (diff)
downloadswift-1895213d2550e25bbc5313d67ee5b32f32adf970.tar.gz
Update some constraints for py2
We've recently started seeing some failures in the gate related to these projects, and they have final py2-supporting versions. Change-Id: If81fc352c8b2b1f03f3fa7b79c56dfcf981ced70
Diffstat (limited to 'tools')
-rw-r--r--tools/playbooks/common/install_dependencies.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/playbooks/common/install_dependencies.yaml b/tools/playbooks/common/install_dependencies.yaml
index 687607fad..714ddf50d 100644
--- a/tools/playbooks/common/install_dependencies.yaml
+++ b/tools/playbooks/common/install_dependencies.yaml
@@ -40,4 +40,6 @@
- nose
- pyeclib
- python-swiftclient
- - mock
+ # For some reason, pip on py2 isn't smart enough to prevent us
+ # trying to install a too-new mock??
+ - 'mock<4'