[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
status: open
title: test_ssl.py is broken in Centos7
type: compile error
versions: Python 3.5
Added file: http://bugs.python.org/file46844/test.log

___
Python tracker 
<http://bugs.python.org/issue30212>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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



[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)
tests.append(NetworkedBIOTests)
in 3.6.1
if support.is_resource_enabled('network'):
tests.append(NetworkedTests)

--

___
Python tracker 
<http://bugs.python.org/issue30212>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com