[issue30212] test_ssl.py is broken in Centos7

david-cpi report at bugs.python.org
Tue May 2 08:23:20 EDT 2017


david-cpi added the comment:

Hello Victor,

in 3.6.1 the test passes but it's because on sub-test was removed.

The one generating the issue is NetworkedBIOTests which is not found in 3.6.1.

in 3.5.2:
    if support.is_resource_enabled('network'):
        tests.append(NetworkedTests)
        tests.append(NetworkedBIOTests)
in 3.6.1
    if support.is_resource_enabled('network'):
        tests.append(NetworkedTests)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30212>
_______________________________________


More information about the Python-bugs-list mailing list