@@ -30,15 +30,11 @@ jobs:
30
30
python-version : ${{ matrix.python-version }}
31
31
- name : Install Python dependencies
32
32
run : |
33
- pip install --upgrade pip
34
- pip install flake8 pipx poetry
35
- pip install --upgrade packaging
36
- poetry install
37
- source $(poetry env info | grep -m1 Path | awk -F" " {'print $2'})/bin/activate
38
- pip install "spid-sp-test>=1.2.17"
33
+ pip install spid-sp-test>=1.2.17
34
+ pip install flake8
39
35
- name : Ispect Python dependencies
40
36
run : |
41
- poetry show --tree
37
+ pip list
42
38
- name : Lint with flake8
43
39
run : |
44
40
## stop the build if there are Python syntax errors or undefined names
@@ -69,19 +65,13 @@ jobs:
69
65
- name : spid-sp-test SPID metadata, requests and responses
70
66
run : |
71
67
cd Docker-compose/satosa-project
72
- source $(poetry env info | grep -m1 Path | awk -F" " {'print $2'})/bin/activate
73
- export PATH=$PATH:$(poetry env info | grep -m1 Path | awk -F" " {'print $2'})/bin
74
68
spid_sp_test --idp-metadata > metadata/idp/spid-sp-test.xml
75
69
spid_sp_test --metadata-url https://localhost/spidSaml2/metadata --authn-url "http://localhost:8000/saml2/login/?idp=https://localhost/Saml2IDP/metadata&next=/saml2/echo_attributes&idphint=https%253A%252F%252Flocalhost%253A8443" -ap spid_sp_test.plugins.authn_request.SatosaSaml2Spid --extra --debug ERROR -tr
76
70
- name : spid-sp-test CIE id metadata
77
71
run : |
78
72
cd Docker-compose/satosa-project
79
- source $(poetry env info | grep -m1 Path | awk -F" " {'print $2'})/bin/activate
80
- export PATH=$PATH:$(poetry env info | grep -m1 Path | awk -F" " {'print $2'})/bin
81
73
spid_sp_test --profile cie-sp-public --metadata-url https://localhost/cieSaml2/metadata
82
74
- name : spid-sp-test eIDAS FiCEP metadata
83
75
run : |
84
76
cd Docker-compose/satosa-project
85
- source $(poetry env info | grep -m1 Path | awk -F" " {'print $2'})/bin/activate
86
- export PATH=$PATH:$(poetry env info | grep -m1 Path | awk -F" " {'print $2'})/bin
87
77
spid_sp_test --profile ficep-eidas-sp --metadata-url https://localhost/spidSaml2/metadata
0 commit comments