diff options
author | Patrick Cloke <patrickc@matrix.org> | 2021-01-25 14:59:48 -0500 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2021-01-25 14:59:48 -0500 |
commit | fdf8346944eb0b9c720bb26677ce3f0fa61a9d3c (patch) | |
tree | 44be52b41a5284a412a814843fee0a72863dc9c4 /.buildkite | |
parent | Merge remote-tracking branch 'origin/develop' into jaywink/admin-forward-extr... (diff) | |
parent | Fix Python 3.5 old deps build by using a compatible pip version. (#9217) (diff) | |
download | synapse-fdf8346944eb0b9c720bb26677ce3f0fa61a9d3c.tar.xz |
Merge remote-tracking branch 'origin/develop' into jaywink/admin-forward-extremities
Diffstat (limited to '.buildkite')
-rwxr-xr-x | .buildkite/scripts/test_old_deps.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.buildkite/scripts/test_old_deps.sh b/.buildkite/scripts/test_old_deps.sh index 9905c4bc4f..28e6694b5d 100755 --- a/.buildkite/scripts/test_old_deps.sh +++ b/.buildkite/scripts/test_old_deps.sh @@ -10,4 +10,7 @@ apt-get install -y python3.5 python3.5-dev python3-pip libxml2-dev libxslt-dev x export LANG="C.UTF-8" +# Prevent virtualenv from auto-updating pip to an incompatible version +export VIRTUALENV_NO_DOWNLOAD=1 + exec tox -e py35-old,combine |