Source: python-pysaml2
Version: 4.0.2-1
Severity: serious
Justification: fails to build from source

Hi,

the test test_load_extern_incommon requires network access:

=================================== FAILURES ===================================
__________________________ test_load_extern_incommon ___________________________

    def test_load_extern_incommon():
        sec_config.xmlsec_binary = sigver.get_xmlsec_binary(["/opt/local/bin"])
        mds = MetadataStore(ATTRCONV, sec_config,
                            disable_ssl_certificate_validation=True)
    
>       mds.imp(METADATACONF["10"])

tests/test_30_mdstore.py:367: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
src/saml2/mdstore.py:929: in imp
    _md.load()
src/saml2/mdstore.py:718: in load
    response = self.http.send(self.url)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <saml2.httpbase.HTTPBase object at 0x7f260d2c17d0>
url = 'http://md.incommon.org/InCommon/InCommon-metadata-export.xml'
method = 'GET', kwargs = {}
_kwargs = {'allow_redirects': False, 'verify': False}, arg = 'auth'
exc = ConnectionError(MaxRetryError("HTTPConnectionPool(host='md.incommon.org', 
port...lish a new connection: [Errno -3] Temporary failure in name 
resolution',))",),)


Andreas

Attachment: python-pysaml2_4.0.2-1.log.gz
Description: application/gzip

Reply via email to