mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-08 12:32:11 -04:00
Add basic SAML tests for mapping users. (#8800)
This commit is contained in:
parent
d3ed93504b
commit
c21bdc813f
5 changed files with 156 additions and 19 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue