New submission from Skip Montanaro: (third try at getting this bug report to submit by email.)
While riding to work today I ran the test suite on trunk. The following
tests failed due to lack of network connectivity:
test_socket
test_socket_ssl
test_ssl
test_urllib2
These tests should probably either require -u network or should themselves
check to see if the network is available and skip those tests requiring
network connectivity. In fact, regrtest.py's comments list test_socket_ssl
as requiring the network resource. That seems to have regressed since 2.5
Simple patch attached.
Skip
----------
files: network.diff
messages: 58807
nosy: skip.montanaro
severity: normal
status: open
title: Tests needing network flag?
Added file: http://bugs.python.org/file8997/network.diff
__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1660>
__________________________________
network.diff
Description: Binary data
_______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
