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 <rep...@bugs.python.org> <http://bugs.python.org/issue30212> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com