summary refs log tree commit diff
path: root/.buildkite
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-12-02 07:09:21 -0500
committerGitHub <noreply@github.com>2020-12-02 07:09:21 -0500
commitc21bdc813f5c21153cded05bcd0a57b5836f09fe (patch)
treea3e8d34903997be9dc4c8cfa16c713d2dc5ce1ab /.buildkite
parentCreate a `PasswordProvider` wrapper object (#8849) (diff)
downloadsynapse-c21bdc813f5c21153cded05bcd0a57b5836f09fe.tar.xz
Add basic SAML tests for mapping users. (#8800)
Diffstat (limited to '.buildkite')
-rwxr-xr-x.buildkite/scripts/test_old_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/scripts/test_old_deps.sh b/.buildkite/scripts/test_old_deps.sh
index cdb77b556c..9905c4bc4f 100755
--- a/.buildkite/scripts/test_old_deps.sh
+++ b/.buildkite/scripts/test_old_deps.sh
@@ -6,7 +6,7 @@
 set -ex
 
 apt-get update
-apt-get install -y python3.5 python3.5-dev python3-pip libxml2-dev libxslt-dev zlib1g-dev tox
+apt-get install -y python3.5 python3.5-dev python3-pip libxml2-dev libxslt-dev xmlsec1 zlib1g-dev tox
 
 export LANG="C.UTF-8"