diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-12-02 07:09:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-02 07:09:21 -0500 |
commit | c21bdc813f5c21153cded05bcd0a57b5836f09fe (patch) | |
tree | a3e8d34903997be9dc4c8cfa16c713d2dc5ce1ab /.buildkite | |
parent | Create a `PasswordProvider` wrapper object (#8849) (diff) | |
download | synapse-c21bdc813f5c21153cded05bcd0a57b5836f09fe.tar.xz |
Add basic SAML tests for mapping users. (#8800)
Diffstat (limited to '.buildkite')
-rwxr-xr-x | .buildkite/scripts/test_old_deps.sh | 2 |
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" |