Your message dated Fri, 6 Jan 2023 10:11:00 +0100
with message-id 
<cajxtcxyqqrvvmk1pypvspjn2zzvfphpbkpfyxcf+5uxk9fc...@mail.gmail.com>
and subject line Fixed by python-xmlsec 1.3.13-1
has caused the Debian Bug report #1026596,
regarding python3-onelogin-saml2: FTBFS: AttributeError: module 'xmlsec' has no 
attribute 'Transform'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1026596: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026596
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python3-onelogin-saml2
Version: 1.12.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules build
> dh build --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:240: python3.11 setup.py config 
> running config
> I: pybuild base:240: python3.10 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3.11 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin
> copying src/onelogin/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/xmlparser.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/logout_response.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/settings.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/response.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/errors.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/auth.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/metadata.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/compat.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/idp_metadata_parser.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/authn_request.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/logout_request.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/constants.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/xml_utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/xml_templates.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> copying src/onelogin/saml2/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2
> running egg_info
> creating src/python3_saml.egg-info
> writing src/python3_saml.egg-info/PKG-INFO
> writing dependency_links to src/python3_saml.egg-info/dependency_links.txt
> writing requirements to src/python3_saml.egg-info/requires.txt
> writing top-level names to src/python3_saml.egg-info/top_level.txt
> writing manifest file 'src/python3_saml.egg-info/SOURCES.txt'
> reading manifest file 'src/python3_saml.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '__pycache__' found under 
> directory '*'
> warning: no previously-included files matching '*.py[co]' found under 
> directory '*'
> adding license file 'LICENSE'
> writing manifest file 'src/python3_saml.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: 
> SetuptoolsDeprecationWarning:     Installing 'onelogin/saml2.schemas' as data 
> is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'onelogin/saml2.schemas' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'onelogin/saml2.schemas' has been automatically added to the distribution 
> only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'onelogin/saml2.schemas' is included as a package 
> by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/saml-schema-assertion-2.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/saml-schema-authn-context-2.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/saml-schema-authn-context-types-2.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/saml-schema-metadata-2.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/saml-schema-protocol-2.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/sstc-metadata-attr.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/sstc-saml-attribute-ext.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/sstc-saml-metadata-algsupport-v1.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/sstc-saml-metadata-ui-v1.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/xenc-schema.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/xml.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/xmldsig-core-schema.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/onelogin/saml2/schemas
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin
> copying src/onelogin/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2
> copying src/onelogin/saml2/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2
> copying src/onelogin/saml2/xmlparser.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2
> copying src/onelogin/saml2/logout_response.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2
> copying src/onelogin/saml2/settings.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2
> copying src/onelogin/saml2/response.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2
> copying src/onelogin/saml2/errors.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2
> copying src/onelogin/saml2/auth.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2
> copying src/onelogin/saml2/metadata.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2
> copying src/onelogin/saml2/compat.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2
> copying src/onelogin/saml2/idp_metadata_parser.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2
> copying src/onelogin/saml2/authn_request.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2
> copying src/onelogin/saml2/logout_request.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2
> copying src/onelogin/saml2/constants.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2
> copying src/onelogin/saml2/xml_utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2
> copying src/onelogin/saml2/xml_templates.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2
> copying src/onelogin/saml2/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2
> running egg_info
> writing src/python3_saml.egg-info/PKG-INFO
> writing dependency_links to src/python3_saml.egg-info/dependency_links.txt
> writing requirements to src/python3_saml.egg-info/requires.txt
> writing top-level names to src/python3_saml.egg-info/top_level.txt
> reading manifest file 'src/python3_saml.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '__pycache__' found under 
> directory '*'
> warning: no previously-included files matching '*.py[co]' found under 
> directory '*'
> adding license file 'LICENSE'
> writing manifest file 'src/python3_saml.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: 
> SetuptoolsDeprecationWarning:     Installing 'onelogin/saml2.schemas' as data 
> is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'onelogin/saml2.schemas' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'onelogin/saml2.schemas' has been automatically added to the distribution 
> only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'onelogin/saml2.schemas' is included as a package 
> by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/saml-schema-assertion-2.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/saml-schema-authn-context-2.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/saml-schema-authn-context-types-2.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/saml-schema-metadata-2.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/saml-schema-protocol-2.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/sstc-metadata-attr.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/sstc-saml-attribute-ext.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/sstc-saml-metadata-algsupport-v1.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/sstc-saml-metadata-ui-v1.0.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/xenc-schema.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/xml.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2/schemas
> copying src/onelogin/saml2/schemas/xmldsig-core-schema.xsd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/onelogin/saml2/schemas
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: python3.11 setup.py test 
> running test
> WARNING: Testing via this command is deprecated and will be removed in a 
> future version. Users looking for a generic test entry point independent of 
> test runner are encouraged to use tox.
> running egg_info
> writing src/python3_saml.egg-info/PKG-INFO
> writing dependency_links to src/python3_saml.egg-info/dependency_links.txt
> writing requirements to src/python3_saml.egg-info/requires.txt
> writing top-level names to src/python3_saml.egg-info/top_level.txt
> reading manifest file 'src/python3_saml.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '__pycache__' found under 
> directory '*'
> warning: no previously-included files matching '*.py[co]' found under 
> directory '*'
> adding license file 'LICENSE'
> writing manifest file 'src/python3_saml.egg-info/SOURCES.txt'
> running build_ext
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/setup.py", line 10, in <module>
>     setup(
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 87, in 
> setup
>     return distutils.core.setup(**attrs)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 185, in setup
>     return run_commands(dist)
>            ^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 201, in run_commands
>     dist.run_commands()
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 968, in run_commands
>     self.run_command(cmd)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1217, in 
> run_command
>     super().run_command(command)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 987, in run_command
>     cmd_obj.run()
>   File "/usr/lib/python3/dist-packages/setuptools/command/test.py", line 224, 
> in run
>     self.run_tests()
>   File "/usr/lib/python3/dist-packages/setuptools/command/test.py", line 227, 
> in run_tests
>     test = unittest.main(
>            ^^^^^^^^^^^^^^
>   File "/usr/lib/python3.11/unittest/main.py", line 101, in __init__
>     self.parseArgs(argv)
>   File "/usr/lib/python3.11/unittest/main.py", line 150, in parseArgs
>     self.createTests()
>   File "/usr/lib/python3.11/unittest/main.py", line 161, in createTests
>     self.test = self.testLoader.loadTestsFromNames(self.testNames,
>                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.11/unittest/loader.py", line 220, in 
> loadTestsFromNames
>     suites = [self.loadTestsFromName(name, module) for name in names]
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.11/unittest/loader.py", line 220, in <listcomp>
>     suites = [self.loadTestsFromName(name, module) for name in names]
>               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.11/unittest/loader.py", line 191, in 
> loadTestsFromName
>     return self.loadTestsFromModule(obj)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/command/test.py", line 57, 
> in loadTestsFromModule
>     tests.append(self.loadTestsFromName(submodule))
>                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.11/unittest/loader.py", line 191, in 
> loadTestsFromName
>     return self.loadTestsFromModule(obj)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/command/test.py", line 57, 
> in loadTestsFromModule
>     tests.append(self.loadTestsFromName(submodule))
>                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.11/unittest/loader.py", line 191, in 
> loadTestsFromName
>     return self.loadTestsFromModule(obj)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/command/test.py", line 57, 
> in loadTestsFromModule
>     tests.append(self.loadTestsFromName(submodule))
>                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.11/unittest/loader.py", line 191, in 
> loadTestsFromName
>     return self.loadTestsFromModule(obj)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/command/test.py", line 57, 
> in loadTestsFromModule
>     tests.append(self.loadTestsFromName(submodule))
>                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File 
> "/<<PKGBUILDDIR>>/tests/src/OneLogin/saml2_tests/signed_response_test.py", 
> line 10, in <module>
>     from onelogin.saml2.response import OneLogin_Saml2_Response
>   File "/<<PKGBUILDDIR>>/src/onelogin/saml2/response.py", line 14, in <module>
>     from onelogin.saml2.utils import OneLogin_Saml2_Utils, 
> OneLogin_Saml2_Error, OneLogin_Saml2_ValidationError, 
> return_false_on_exception
>   File "/<<PKGBUILDDIR>>/src/onelogin/saml2/utils.py", line 58, in <module>
>     class OneLogin_Saml2_Utils(object):
>   File "/<<PKGBUILDDIR>>/src/onelogin/saml2/utils.py", line 986, in 
> OneLogin_Saml2_Utils
>     def sign_binary(msg, key, algorithm=xmlsec.Transform.RSA_SHA1, 
> debug=False):
>                                         ^^^^^^^^^^^^^^^^
> AttributeError: module 'xmlsec' has no attribute 'Transform'
> E: pybuild pybuild:386: test: plugin distutils failed with: exit code=1: 
> python3.11 setup.py test 
> I: pybuild base:240: python3.10 setup.py test 
> running test
> WARNING: Testing via this command is deprecated and will be removed in a 
> future version. Users looking for a generic test entry point independent of 
> test runner are encouraged to use tox.
> running egg_info
> writing src/python3_saml.egg-info/PKG-INFO
> writing dependency_links to src/python3_saml.egg-info/dependency_links.txt
> writing requirements to src/python3_saml.egg-info/requires.txt
> writing top-level names to src/python3_saml.egg-info/top_level.txt
> reading manifest file 'src/python3_saml.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '__pycache__' found under 
> directory '*'
> warning: no previously-included files matching '*.py[co]' found under 
> directory '*'
> adding license file 'LICENSE'
> writing manifest file 'src/python3_saml.egg-info/SOURCES.txt'
> running build_ext
> testResponseAndAssertionSigned 
> (tests.src.OneLogin.saml2_tests.signed_response_test.OneLogin_Saml2_SignedResponse_Test)
> Tests the getNameId method of the OneLogin_Saml2_Response ... ok
> testResponseSignedAssertionNot 
> (tests.src.OneLogin.saml2_tests.signed_response_test.OneLogin_Saml2_SignedResponse_Test)
> Tests the getNameId method of the OneLogin_Saml2_Response ... ok
> testAttributeConsumingService 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test)
> Tests that the attributeConsumingServiceIndex is present as an attribute ... 
> ok
> testCreateDeflatedSAMLRequestURLParameter 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test)
> Tests the OneLogin_Saml2_Authn_Request Constructor. ... ok
> testCreateEncSAMLRequest 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test)
> Tests the OneLogin_Saml2_Authn_Request Constructor. ... ok
> testCreateRequest 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test)
> Tests the OneLogin_Saml2_Authn_Request Constructor. ... ok
> testCreateRequestAuthContext 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test)
> Tests the OneLogin_Saml2_Authn_Request Constructor. ... ok
> testCreateRequestAuthContextComparision 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test)
> Tests the OneLogin_Saml2_Authn_Request Constructor. ... ok
> testCreateRequestForceAuthN 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test)
> Tests the OneLogin_Saml2_Authn_Request Constructor. ... ok
> testCreateRequestIsPassive 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test)
> Tests the OneLogin_Saml2_Authn_Request Constructor. ... ok
> testCreateRequestSetNameIDPolicy 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test)
> Tests the OneLogin_Saml2_Authn_Request Constructor. ... ok
> testCreateRequestSubject 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test)
> Tests the OneLogin_Saml2_Authn_Request Constructor. ... ok
> testGetID 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test)
> Tests the get_id method of the OneLogin_Saml2_Authn_Request. ... ok
> testGetXML 
> (tests.src.OneLogin.saml2_tests.authn_request_test.OneLogin_Saml2_Authn_Request_Test)
> Tests that we can get the request XML directly without ... ok
> testAssertionSignedIsValidSignWithEmptyReferenceURI 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test) 
> ... ok
> testCheckOneAuthnStatement 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the check_one_authnstatement method of SamlResponse ... ok
> testCheckOneCondition 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the check_one_condition method of SamlResponse ... ok
> testCheckStatus 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the check_status method of the OneLogin_Saml2_Response ... ok
> testConstruct 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the OneLogin_Saml2_Response Constructor. ... ok
> testDatetimeWithMiliseconds 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testDoesNotAllowSignatureWrappingAttack 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the get_nameid method of the OneLogin_Saml2_Response ... ok
> testGetAssertionId 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests that we can retrieve the ID of the Assertion ... ok
> testGetAssertionNotOnOrAfter 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests that we can retrieve the NotOnOrAfter value of ... ok
> testGetAttributes 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the get_attributes method of the OneLogin_Saml2_Response ... ok
> testGetAudiences 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the get_audiences method of the OneLogin_Saml2_Response ... ok
> testGetFriendlyAttributes 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the get_friendlyname_attributes method of the OneLogin_Saml2_Response 
> ... ok
> testGetId 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests that we can retrieve the ID of the Response ... ok
> testGetInResponseTo 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the retrieval of the InResponseTo attribute ... ok
> testGetIssuers 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the get_issuers method of the OneLogin_Saml2_Response ... ok
> testGetNameIdData 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the get_nameid_data method of the OneLogin_Saml2_Response ... ok
> testGetNestedNameIDAttributes 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the getAttributes method of the OneLogin_Saml2_Response with nested ... 
> ok
> testGetSessionIndex 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the get_session_index method of the OneLogin_Saml2_Response ... ok
> testGetSessionNotOnOrAfter 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the get_session_not_on_or_after method of the OneLogin_Saml2_Response 
> ... ok
> testGetXMLDocument 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests that we can retrieve the raw text of an encrypted XML response ... ok
> testIsInValidAudience 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testIsInValidAuthenticationContext 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests that requestedAuthnContext, when set, is compared against the ... ok
> testIsInValidCert 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsInValidCert2 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsInValidDestination 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testIsInValidDestinationCapitalizationOfElements 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testIsInValidDuplicatedAttrs 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the getAttributes method of the OneLogin_Saml2_Response ... ok
> testIsInValidEncAttrs 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsInValidEncIssues 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testIsInValidEncIssues_2 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test) 
> ... /<<PKGBUILDDIR>>/src/onelogin/saml2/utils.py:261: DeprecationWarning: The 
> server_port key in request data is deprecated. The http_host key should 
> include a port, if required.
>   warnings.warn(
> ok
> testIsInValidExpired 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsInValidIssuer 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testIsInValidMultipleAssertions 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsInValidNoKey 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsInValidNoStatement 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsInValidReference 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsInValidRequestId 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testIsInValidSessionIndex 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testIsInValidSignIssues 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testIsInValidSubjectConfirmation 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testIsInvalidXML 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsValid 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsValid2 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsValidDestinationCapitalizationOfHost 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response class ... ok
> testIsValidEnc 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsValidOptionalStatement 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsValidRaisesExceptionWhenRaisesArgumentIsTrue 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests that the internal exception gets raised if the raise parameter ... ok
> testIsValidSign 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsValidSignFingerprint 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testIsValidWithoutInResponseTo 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> If assertion contains InResponseTo but not the Response tag, we should ... ok
> testMessageSignedIsValidSignWithEmptyReferenceURI 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test) 
> ... ok
> testNodeTextAttack 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the get_nameid and get_attributes methods of the 
> OneLogin_Saml2_Response ... ok
> testOnlyRetrieveAssertionWithIDThatMatchesSignatureReference 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the get_nameid method of the OneLogin_Saml2_Response ... ok
> testQueryAssertions 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the __query_assertion and __query methods of the ... ok
> testReturnNameId 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the get_nameid method of the OneLogin_Saml2_Response ... ok
> testReturnNameIdFormat 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the get_nameid_format method of the OneLogin_Saml2_Response ... ok
> testReturnNameIdNameQualifier 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the get_nameid_nq method of the OneLogin_Saml2_Response ... ok
> testReturnNameIdNameSPQualifier 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the get_nameid_spnq method of the OneLogin_Saml2_Response ... ok
> testStatusCheckBeforeAssertionCheck 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the status of a response is checked before the assertion count. As 
> failed statuses will have no assertions ... ok
> testValidateID 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testValidateNumAssertions 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the validate_num_assertions method of the OneLogin_Saml2_Response ... ok
> testValidateTimestamps 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the validate_timestamps method of the OneLogin_Saml2_Response ... ok
> testValidateVersion 
> (tests.src.OneLogin.saml2_tests.response_test.OneLogin_Saml2_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_Response ... ok
> testGetMetadata 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test)
> Tests the get_metadata method of the OneLogin_Saml2_IdPMetadataParser ... ok
> testParse 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test)
> Tests the parse method of the OneLogin_Saml2_IdPMetadataParser ... ok
> testParseRemote 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test)
> Tests the parse_remote method of the OneLogin_Saml2_IdPMetadataParser ... ok
> test_merge_settings 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test)
> Tests the merge_settings method of the OneLogin_Saml2_IdPMetadataParser ... ok
> test_parse_multi_certs 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test)
> Tests the parse method of the OneLogin_Saml2_IdPMetadataParser ... ok
> test_parse_multi_same_signing_and_encrypt_cert 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test)
> Tests the parse method of the OneLogin_Saml2_IdPMetadataParser ... ok
> test_parse_multi_singing_certs 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test)
> Tests the parse method of the OneLogin_Saml2_IdPMetadataParser ... ok
> test_parse_required_binding_all 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test)
> Test all combinations of the `require_slo_binding` and ... ok
> test_parse_testshib_required_binding_sso_post 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test)
> Test with testshib metadata. ... ok
> test_parse_testshib_required_binding_sso_redirect 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test)
> Test with testshib metadata. ... ok
> test_parse_with_entity_id 
> (tests.src.OneLogin.saml2_tests.idp_metadata_parser_test.OneLogin_Saml2_IdPMetadataParser_Test)
> Tests the parse method of the OneLogin_Saml2_IdPMetadataParser ... ok
> testBuildRequestSignature 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the build_request_signature method of the OneLogin_Saml2_Auth ... ok
> testBuildResponseSignature 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the build_response_signature method of the OneLogin_Saml2_Auth ... ok
> testGetIdFromLogoutRequest 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the get_last_message_id of the OneLogin_Saml2_Auth class ... ok
> testGetIdFromLogoutResponse 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the get_last_message_id of the OneLogin_Saml2_Auth class ... ok
> testGetInfoFromLastResponseReceived 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the get_last_message_id, get_last_assertion_id and 
> get_last_assertion_not_on_or_after ... ok
> testGetLastAuthnContexts 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test) ... ok
> testGetLastAuthnRequest 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test) ... ok
> testGetLastErrorReason 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the get_last_error_reason method of the OneLogin_Saml2_Auth class ... ok
> testGetLastLogoutRequest 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test) ... ok
> testGetLastLogoutResponse 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test) ... ok
> testGetLastRequestID 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test) ... ok
> testGetLastSAMLResponse 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test) ... ok
> testGetNameId 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the get_nameid method of the OneLogin_Saml2_Auth ... ok
> testGetNameIdFormat 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the get_nameid_format method of the OneLogin_Saml2_Auth ... ok
> testGetNameIdNameQualifier 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the get_nameid_nq method of the OneLogin_Saml2_Auth ... ok
> testGetNameIdNameQualifier2 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the get_nameid_nq method of the OneLogin_Saml2_Auth ... ok
> testGetNameIdSPNameQualifier 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the get_nameid_spnq method of the OneLogin_Saml2_Auth ... ok
> testGetNameIdSPNameQualifier2 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the get_nameid_spnq method of the OneLogin_Saml2_Auth ... ok
> testGetSLOresponseUrl 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the get_slo_response_url method of the OneLogin_Saml2_Auth class ... ok
> testGetSLOurl 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the get_slo_url method of the OneLogin_Saml2_Auth class ... ok
> testGetSSOurl 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the get_sso_url method of the OneLogin_Saml2_Auth class ... ok
> testGetSessionExpiration 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the get_session_expiration method of the OneLogin_Saml2_Auth class ... 
> ok
> testGetSessionIndex 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the get_session_index method of the OneLogin_Saml2_Auth class ... ok
> testGetSettings 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the get_settings method of the OneLogin_Saml2_Auth class ... ok
> testIsAuthenticated 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the is_authenticated method of the OneLogin_Saml2_Auth ... ok
> testIsInValidLogoutResponseSign 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the is_valid method of the OneLogin_Saml2_LogoutResponse ... ok
> testIsValidLogoutRequestSign 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the is_valid method of the OneLogin_Saml2_LogoutRequest ... ok
> testLogin (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the login method of the OneLogin_Saml2_Auth class ... ok
> testLoginForceAuthN 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the login method of the OneLogin_Saml2_Auth class ... ok
> testLoginIsPassive 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the login method of the OneLogin_Saml2_Auth class ... ok
> testLoginSetNameIDPolicy 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the login method of the OneLogin_Saml2_Auth class ... ok
> testLoginSigned 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the login method of the OneLogin_Saml2_Auth class ... ok
> testLoginWithRelayState 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the login method of the OneLogin_Saml2_Auth class ... ok
> testLoginWithSubject 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the login method of the OneLogin_Saml2_Auth class ... ok
> testLogout (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the logout method of the OneLogin_Saml2_Auth class ... ok
> testLogoutNameID 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the logout method of the OneLogin_Saml2_Auth class ... ok
> testLogoutNameIDandSessionIndex 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the logout method of the OneLogin_Saml2_Auth class ... ok
> testLogoutNoSLO 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the logout method of the OneLogin_Saml2_Auth class ... ok
> testLogoutSigned 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the logout method of the OneLogin_Saml2_Auth class ... ok
> testLogoutWithRelayState 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the logout method of the OneLogin_Saml2_Auth class ... ok
> testProcessNoResponse 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the process_response method of the OneLogin_Saml2_Auth class ... ok
> testProcessNoSLO 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testProcessResponseInvalid 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the process_response method of the OneLogin_Saml2_Auth class ... ok
> testProcessResponseInvalidRequestId 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the process_response method of the OneLogin_Saml2_Auth class ... ok
> testProcessResponseValid 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the process_response method of the OneLogin_Saml2_Auth class ... ok
> testProcessSLORequestDeletingSession 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testProcessSLORequestInvalidValid 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testProcessSLORequestNotOnOrAfterFailed 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testProcessSLORequestRelayState 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testProcessSLORequestSignedResponse 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testProcessSLOResponseInvalid 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testProcessSLOResponseNoSucess 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testProcessSLOResponseRequestId 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testProcessSLOResponseValid 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testProcessSLOResponseValidDeletingSession 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the process_slo method of the OneLogin_Saml2_Auth class ... ok
> testRedirectTo 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the redirect_to method of the OneLogin_Saml2_Auth class ... ok
> testRedirectTowithUrl 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the redirect_to method of the OneLogin_Saml2_Auth class ... ok
> testSetStrict 
> (tests.src.OneLogin.saml2_tests.auth_test.OneLogin_Saml2_Auth_Test)
> Tests the set_strict method of the OneLogin_Saml2_Auth ... ok
> testConstructor 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
> Tests the OneLogin_Saml2_LogoutRequest Constructor. ... ok
> testConstructorEncryptIdUsingX509certMulti 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
> Tests the OneLogin_Saml2_LogoutRequest Constructor. ... ok
> testConstructorWithNameIdFormatOnSettings 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
> Tests the OneLogin_Saml2_LogoutRequest Constructor. ... ok
> testConstructorWithoutNameIdFormat 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
> Tests the OneLogin_Saml2_LogoutRequest Constructor. ... ok
> testCreateDeflatedSAMLLogoutRequestURLParameter 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
> Tests the OneLogin_Saml2_LogoutRequest Constructor. ... ok
> testGetIDFromDeflatedSAMLLogoutRequest 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
> Tests the get_id method of the OneLogin_Saml2_LogoutRequest ... ok
> testGetIDFromSAMLLogoutRequest 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
> Tests the get_id method of the OneLogin_Saml2_LogoutRequest ... ok
> testGetIssuer 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
> Tests the get_issuer of the OneLogin_Saml2_LogoutRequest ... ok
> testGetNameId 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
> Tests the get_nameid of the OneLogin_Saml2_LogoutRequest ... ok
> testGetNameIdData 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
> Tests the get_nameid_data method of the OneLogin_Saml2_LogoutRequest ... ok
> testGetSessionIndexes 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
> Tests the get_session_indexes of the OneLogin_Saml2_LogoutRequest ... ok
> testGetXML 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
> Tests that we can get the logout request XML directly without ... ok
> testIsInValidWithCapitalization 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
> Tests the is_valid method of the OneLogin_Saml2_LogoutRequest ... ok
> testIsInvalidDestination 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
> Tests the is_valid method of the OneLogin_Saml2_LogoutRequest ... ok
> testIsInvalidIssuer 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
> Tests the is_valid method of the OneLogin_Saml2_LogoutRequest ... ok
> testIsInvalidNotOnOrAfter 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
> Tests the is_valid method of the OneLogin_Saml2_LogoutRequest ... ok
> testIsInvalidXML 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
> Tests the is_valid method of the OneLogin_Saml2_LogoutRequest ... ok
> testIsValid 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
> Tests the is_valid method of the OneLogin_Saml2_LogoutRequest ... ok
> testIsValidRaisesExceptionWhenRaisesArgumentIsTrue 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
>  ... ok
> testIsValidWithCapitalization 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
> Tests the is_valid method of the OneLogin_Saml2_LogoutRequest ... ok
> testIsValidWithXMLEncoding 
> (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test)
> Tests the is_valid method of the OneLogin_Saml2_LogoutRequest ... ok
> testAddSign 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the add_sign method of the OneLogin_Saml2_Utils ... ok
> testAddSignCheckAlg 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the add_sign method of the OneLogin_Saml2_Utils ... ok
> testCalculateX509Fingerprint 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the calculateX509Fingerprint method of the OneLogin_Saml2_Utils ... ok
> testDecryptElement 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the decrypt_element method of the OneLogin_Saml2_Utils ... ok
> testDecryptElementInplace 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the decrypt_element method of the OneLogin_Saml2_Utils with 
> inplace=True ... ok
> testDeleteLocalSession 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the delete_local_session method of the OneLogin_Saml2_Utils ... ok
> testFormatCert 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the format_cert method of the OneLogin_Saml2_Utils ... ok
> testFormatFingerPrint 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the format_finger_print method of the OneLogin_Saml2_Utils ... ok
> testFormatPrivateKey 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the format_private_key method of the OneLogin_Saml2_Utils ... ok
> testGenerateNameIdWithSPNameQualifier 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the generateNameId method of the OneLogin_Saml2_Utils ... ok
> testGenerateNameIdWithoutFormat 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the generateNameId method of the OneLogin_Saml2_Utils ... ok
> testGenerateNameIdWithoutSPNameQualifier 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the generateNameId method of the OneLogin_Saml2_Utils ... ok
> testGetExpireTime 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the get_expire_time method of the OneLogin_Saml2_Utils ... ok
> testGetSelfRoutedURLNoQuery 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the get_self_routed_url_no_query method of the OneLogin_Saml2_Utils ... 
> ok
> testGetSelfURL 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the get_self_url method of the OneLogin_Saml2_Utils ... ok
> testGetSelfURLNoQuery 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the get_self_url_no_query method of the OneLogin_Saml2_Utils ... ok
> testGetSelfURLhost 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the get_self_url_host method of the OneLogin_Saml2_Utils ... 
> /<<PKGBUILDDIR>>/src/onelogin/saml2/utils.py:261: DeprecationWarning: The 
> server_port key in request data is deprecated. The http_host key should 
> include a port, if required.
>   warnings.warn(
> ok
> testGetStatus 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Gets the status of a message ... ok
> testGetselfhost 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the get_self_host method of the OneLogin_Saml2_Utils ... 
> /<<PKGBUILDDIR>>/src/onelogin/saml2/utils.py:287: DeprecationWarning: The 
> server_name key in request data is undocumented & deprecated.
>   warnings.warn("The server_name key in request data is undocumented & 
> deprecated.", category=DeprecationWarning)
> ok
> testNameidGenerationDoesNotIncludeNameQualifierAttribute 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the (not) inclusion of NameQualifier in the generateNameId method of 
> the OneLogin_Saml2_Utils ... ok
> testNameidGenerationIncludesNameQualifierAttribute 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the inclusion of NameQualifier in the generateNameId method of the 
> OneLogin_Saml2_Utils ... ok
> testNormalizeUrl 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test) ... ok
> testParseDuration 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the parse_duration method of the OneLogin_Saml2_Utils ... ok
> testParseSAML2Time 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the parse_SAML_to_time method of the OneLogin_Saml2_Utils ... ok
> testParseTime2SAML 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the parse_time_to_SAML method of the OneLogin_Saml2_Utils ... ok
> testRedirect 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the redirect method of the OneLogin_Saml2_Utils ... ok
> testValidateSign 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the validate_sign method of the OneLogin_Saml2_Utils ... ok
> testisHTTPS 
> (tests.src.OneLogin.saml2_tests.utils_test.OneLogin_Saml2_Utils_Test)
> Tests the is_https method of the OneLogin_Saml2_Utils ... ok
> testConstructor 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test)
> Tests the OneLogin_Saml2_LogoutResponse Constructor. ... ok
> testCreateDeflatedSAMLLogoutResponseURLParameter 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test)
> Tests the OneLogin_Saml2_LogoutResponse Constructor. ... ok
> testGetIssuer 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test)
> Tests the get_issuer of the OneLogin_Saml2_LogoutResponse ... ok
> testGetStatus 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test)
> Tests the get_status method of the OneLogin_Saml2_LogoutResponse ... ok
> testGetXML 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test)
> Tests that we can get the logout response XML directly without ... ok
> testIsInValidDestination 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_LogoutResponse ... ok
> testIsInValidIssuer 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_LogoutResponse ... ok
> testIsInValidRequestId 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_LogoutResponse ... ok
> testIsInValidWithCapitalization 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_LogoutResponse ... ok
> testIsInvalidXML 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_LogoutResponse ... ok
> testIsValid 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_LogoutResponse ... ok
> testIsValidRaisesExceptionWhenRaisesArgumentIsTrue 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test)
>  ... ok
> testIsValidWithCapitalization 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_LogoutResponse ... ok
> testIsValidWithXMLEncoding 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test)
> Tests the is_valid method of the OneLogin_Saml2_LogoutResponse ... ok
> testQuery 
> (tests.src.OneLogin.saml2_tests.logout_response_test.OneLogin_Saml2_Logout_Response_Test)
> Tests the private method __query of the OneLogin_Saml2_LogoutResponse ... ok
> testQuery (tests.src.OneLogin.saml2_tests.xml_utils_test.TestOneLoginSaml2Xml)
> Tests the query method of the OneLogin_Saml2_Utils ... ok
> testToElement 
> (tests.src.OneLogin.saml2_tests.xml_utils_test.TestOneLoginSaml2Xml)
> Tests the to_etree method of the OneLogin_Saml2_XML ... ok
> testToString 
> (tests.src.OneLogin.saml2_tests.xml_utils_test.TestOneLoginSaml2Xml)
> Tests the to_string method of the OneLogin_Saml2_XML ... ok
> testValidateXML 
> (tests.src.OneLogin.saml2_tests.xml_utils_test.TestOneLoginSaml2Xml)
> Tests the validate_xml method of the OneLogin_Saml2_XML ... ok
> testCheckSPCerts 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the checkSPCerts method of the OneLogin_Saml2_Settings ... ok
> testCheckSettings 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the checkSettings method of the OneLogin_Saml2_Settings ... ok
> testFormatIdPCert 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the format_idp_cert method of the OneLogin_Saml2_Settings ... ok
> testFormatSPCert 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the format_sp_cert method of the OneLogin_Saml2_Settings ... ok
> testFormatSPKey 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the format_sp_key method of the OneLogin_Saml2_Settings ... ok
> testGetCertPath 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests getCertPath method of the OneLogin_Saml2_Settings ... ok
> testGetContacts 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the getContacts method of the OneLogin_Saml2_Settings ... ok
> testGetDefaultSecurityValues 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests default values of Security advanced sesettings ... ok
> testGetIDPCert 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the get_idp_cert method of the OneLogin_Saml2_Settings ... ok
> testGetIdPData 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the getIdPData method of the OneLogin_Saml2_Settings ... ok
> testGetIdPSLOresponseUrl 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the get_idp_slo_response_url method of the OneLogin_Saml2_Settings 
> class ... ok
> testGetIdPSLOurl 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the get_idp_slo_url method of the OneLogin_Saml2_Settings class ... ok
> testGetIdPSSOurl 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the get_idp_sso_url method of the OneLogin_Saml2_Settings class ... ok
> testGetLibPath 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests getLibPath method of the OneLogin_Saml2_Settings ... ok
> testGetOrganization 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the getOrganization method of the OneLogin_Saml2_Settings ... ok
> testGetSPCert 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the get_sp_cert method of the OneLogin_Saml2_Settings ... ok
> testGetSPCertNew 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the get_sp_cert_new method of the OneLogin_Saml2_Settings ... ok
> testGetSPData 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the getSPData method of the OneLogin_Saml2_Settings ... ok
> testGetSPKey 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the get_sp_key method of the OneLogin_Saml2_Settings ... ok
> testGetSPMetadata 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the getSPMetadata method of the OneLogin_Saml2_Settings ... ok
> testGetSPMetadataSigned 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the getSPMetadata method of the OneLogin_Saml2_Settings ... ok
> testGetSPMetadataSignedNoMetadataCert 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the getSPMetadata method of the OneLogin_Saml2_Settings ... ok
> testGetSPMetadataWithx509certNew 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the getSPMetadata method of the OneLogin_Saml2_Settings ... ok
> testGetSchemasPath 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests getSchemasPath method of the OneLogin_Saml2_Settings ... ok
> testGetSecurityData 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the getSecurityData method of the OneLogin_Saml2_Settings ... ok
> testIsDebugActive 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the isDebugActive method of the OneLogin_Saml2_Settings ... ok
> testIsStrict 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the isStrict method of the OneLogin_Saml2_Settings ... ok
> testLoadSettingsFromDict 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the OneLogin_Saml2_Settings Constructor. ... ok
> testLoadSettingsFromFile 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the OneLogin_Saml2_Settings Constructor. ... ok
> testLoadSettingsFromInvalidData 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the OneLogin_Saml2_Settings Constructor. ... ok
> testSetCertPath 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests setCertPath method of the OneLogin_Saml2_Settings ... ok
> testSetStrict 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the setStrict method of the OneLogin_Saml2_Settings ... ok
> testValidateMetadata 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the validateMetadata method of the OneLogin_Saml2_Settings ... ok
> testValidateMetadataExpired 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the validateMetadata method of the OneLogin_Saml2_Settings ... ok
> testValidateMetadataNoEntity 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the validateMetadata method of the OneLogin_Saml2_Settings ... ok
> testValidateMetadataNoXML 
> (tests.src.OneLogin.saml2_tests.settings_test.OneLogin_Saml2_Settings_Test)
> Tests the validateMetadata method of the OneLogin_Saml2_Settings ... ok
> testAddX509KeyDescriptors 
> (tests.src.OneLogin.saml2_tests.metadata_test.OneLogin_Saml2_Metadata_Test)
> Tests the addX509KeyDescriptors method of the OneLogin_Saml2_Metadata ... ok
> testBuilder 
> (tests.src.OneLogin.saml2_tests.metadata_test.OneLogin_Saml2_Metadata_Test)
> Tests the builder method of the OneLogin_Saml2_Metadata ... ok
> testBuilderAttributeConsumingService 
> (tests.src.OneLogin.saml2_tests.metadata_test.OneLogin_Saml2_Metadata_Test) 
> ... ok
> testBuilderAttributeConsumingServiceWithMultipleAttributeValue 
> (tests.src.OneLogin.saml2_tests.metadata_test.OneLogin_Saml2_Metadata_Test) 
> ... ok
> testSignMetadata 
> (tests.src.OneLogin.saml2_tests.metadata_test.OneLogin_Saml2_Metadata_Test)
> Tests the signMetadata method of the OneLogin_Saml2_Metadata ... ok
> runTest (tests.src.OneLogin.saml2_tests.error_test.OneLogin_Saml2_Error_Test) 
> ... ok
> 
> ----------------------------------------------------------------------
> Ran 256 tests in 1.097s
> 
> OK
> dh_auto_test: error: pybuild --test -i python{version} -p "3.11 3.10" 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/python3-onelogin-saml2_1.12.0-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Hi,

I just rebuilt python3-onelogin-saml2 1.12.0-2 in sid:
this bug has been fixed by latest python xmlsec, apparently.

Closing

--- End Message ---

Reply via email to