summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2018-05-23 08:33:22 -0400
committerJonathan Abrahams <jonathan@mongodb.com>2018-05-23 08:33:22 -0400
commit6d71e5af87e440ba659a4c69a11b58370c0b16df (patch)
tree35947e38ed8e91c0f4a298d84ad572a2854a6d66
parent75fc64f409e5eae456b7462d628b0460055c6f77 (diff)
downloadmongo-6d71e5af87e440ba659a4c69a11b58370c0b16df.tar.gz
SERVER-33346 Pin a specific version of boto3 for use in etc/evergreen.yml scripts
-rw-r--r--etc/evergreen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 83d75f410f9..297bdb12e0d 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -521,7 +521,7 @@ functions:
mkdir -p $TMPDIR
${activate_virtualenv}
- pip install boto3
+ pip install boto3==1.5.27
if [ -f /proc/self/coredump_filter ]; then
# Set the shell process (and its children processes) to dump ELF headers (bit 4),