Skip to content

Commit

Permalink
fix tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
damikael committed Jul 15, 2020
1 parent e2819f6 commit ae1e02e
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions specs-compliance-tests/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ deps = -rrequirements.txt
passenv =
AUTHN_REQUEST
DATA_DIR
DEBUG
SP_METADATA
SSLLABS_SKIP
DEBUG
Expand All @@ -157,7 +156,6 @@ deps = -rrequirements.txt
passenv =
AUTHN_REQUEST
DATA_DIR
DEBUG
SP_METADATA
SSLLABS_SKIP
DEBUG
Expand All @@ -169,9 +167,9 @@ commands =
deps = -rrequirements.txt
passenv =
DATA_DIR
DEBUG
LOGOUT_REQUEST
SP_METADATA
DEBUG
commands =
python ./script/parse-request.py 'logout' {env:LOGOUT_REQUEST} {env:SP_METADATA}
python -m unittest --verbose test/sp/logout_request_strict.py
Expand All @@ -187,9 +185,9 @@ commands =
deps = -rrequirements.txt
passenv =
DATA_DIR
DEBUG
LOGOUT_REQUEST
SP_METADATA
DEBUG
commands =
python ./script/parse-request.py 'logout' {env:LOGOUT_REQUEST} {env:SP_METADATA}
python -m unittest --verbose test/sp/logout_request_extra.py
Expand All @@ -198,26 +196,26 @@ commands =
deps = -rrequirements.txt
passenv =
DATA_DIR
DEBUG
IDP_METADATA
DEBUG
commands =
python -m unittest --verbose test/idp/metadata_strict.py

[testenv:idp-metadata-certs]
deps = -rrequirements.txt
passenv =
DATA_DIR
DEBUG
IDP_METADATA
DEBUG
commands =
python -m unittest --verbose test/idp/metadata_certs.py

[testenv:idp-metadata-extra]
deps = -rrequirements.txt
passenv =
DATA_DIR
DEBUG
IDP_METADATA
DEBUG
commands =
python -m unittest --verbose test/idp/metadata_extra.py

Expand All @@ -226,8 +224,8 @@ deps = -rrequirements.txt
passenv =
AUTHN_RESPONSE
DATA_DIR
DEBUG
IDP_METADATA
DEBUG
commands =
python ./script/parse-response.py 'authn' {env:AUTHN_RESPONSE} {env:IDP_METADATA}
python -m unittest --verbose test/idp/authn_response_strict.py
Expand All @@ -244,8 +242,8 @@ deps = -rrequirements.txt
passenv =
AUTHN_RESPONSE
DATA_DIR
DEBUG
IDP_METADATA
DEBUG
commands =
python ./script/parse-response.py 'authn' {env:AUTHN_RESPONSE} {env:IDP_METADATA}
python -m unittest --verbose test/idp/authn_response_extra.py
Expand All @@ -254,9 +252,9 @@ commands =
deps = -rrequirements.txt
passenv =
DATA_DIR
DEBUG
IDP_METADATA
LOGOUT_RESPONSE
DEBUG
commands =
python ./script/parse-response.py 'logout' {env:LOGOUT_RESPONSE} {env:IDP_METADATA}
python -m unittest --verbose test/idp/logout_response_strict.py
Expand All @@ -272,9 +270,9 @@ commands =
deps = -rrequirements.txt
passenv =
DATA_DIR
DEBUG
IDP_METADATA
LOGOUT_RESPONSE
DEBUG
commands =
python ./script/parse-response.py 'logout' {env:LOGOUT_RESPONSE} {env:IDP_METADATA}
python -m unittest --verbose test/idp/logout_response_extra.py
Expand Down

0 comments on commit ae1e02e

Please sign in to comment.