[issue30212] test_ssl.py is broken in Centos7

2017-05-02 Thread david-cpi
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

[issue30212] test_ssl.py is broken in Centos7

2017-05-02 Thread david-cpi
david-cpi added the comment: Hi Victor, I will try during the day and get back with the logs. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue30212] test_ssl.py is broken in Centos7

2017-04-29 Thread david-cpi
New submission from david-cpi: To make the test pass, I added the following try statement: try: sock.sendall(buf) except: pass -- components: Tests files: test.log messages: 292608 nosy: david-cpi priority: normal severity: normal