[issue20957] test_smptnet Fail instead of Skip if SSL-port is unavailable

2014-09-03 Thread STINNER Victor
STINNER Victor added the comment: Thanks for the report. I wrote a different patch to rely on support.transient_internet() instead. -- nosy: +haypo resolution: -> fixed status: open -> closed versions: +Python 3.5 ___ Python tracker

[issue20957] test_smptnet Fail instead of Skip if SSL-port is unavailable

2014-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset b7200cde1b68 by Victor Stinner in branch '3.4': Issue #20957: test_smtpnet now uses support.transient_internet() to call http://hg.python.org/cpython/rev/b7200cde1b68 New changeset 85511d4a846e by Victor Stinner in branch 'default': (Merge 3.4) Issu

[issue20957] test_smptnet Fail instead of Skip if SSL-port is unavailable

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: Can somebody review the attached patch please. -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Pytho

[issue20957] test_smptnet Fail instead of Skip if SSL-port is unavailable

2014-03-17 Thread Lukas Lueg
Lukas Lueg added the comment: Diff the make test_smtpnet pass if the network-resource is available but smtp.google.com's ssl-port can't be reached. Most probably there is a better way to do this. -- keywords: +patch Added file: http://bugs.python.org/file34462/cpython_hg_89810_to_89811

[issue20957] test_smptnet Fail instead of Skip if SSL-port is unavailable

2014-03-17 Thread Lukas Lueg
New submission from Lukas Lueg: If the SSL-port is unavailable due to firewall settings (or the host simply being down), the SSL-tests in test_smtpnet.py fail instead of being skipped. The tests should be skipped if the smtp.google.com can't be reached and fail only in case of unexpected behav