Add basic SAML tests for mapping users. (#8800)

This commit is contained in:
Patrick Cloke 2020-12-02 07:09:21 -05:00 committed by GitHub
parent d3ed93504b
commit c21bdc813f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 156 additions and 19 deletions

View file

@ -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"