14
0
2020-05-05 21:34:33 +00:00
committed by Git OBS Bridge
parent 9be6c06118
commit ccc762bf97

View File

@@ -89,11 +89,10 @@ done
%check %check
# Excluded tests for i586 gh#IdentityPython/pysaml2#682 # Excluded tests for i586 gh#IdentityPython/pysaml2#682
%ifarch %{ix86} %ifarch %{ix86}
SKIP_TESTS="-k not (test_assertion_consumer_service or test_swamid_sp or test_swamid_idp or test_other_response or test_mta or test_unknown_subject)" %pytest -k "not (test_assertion_consumer_service or test_swamid_sp or test_swamid_idp or test_other_response or test_mta or test_unknown_subject)" tests
%else %else
SKIP_TESTS="" %pytest tests
%endif %endif
%pytest $SKIP_TESTS tests
%post %post
%python_install_alternative make_metadata.py parse_xsd2.py mdexport.py merge_metadata.py %python_install_alternative make_metadata.py parse_xsd2.py mdexport.py merge_metadata.py