This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients skip.montanaro
Date 2007-12-19.15:18:36
SpamBayes Score 0.0011993817
Marked as misclassified No
Message-id <18281.13328.791924.902780@montanaro.dyndns.org>
In-reply-to
Content
(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
File name Uploaded
network.diff skip.montanaro, 2007-12-19.15:18:36
History
Date User Action Args
2007-12-19 15:18:36skip.montanarosetspambayes_score: 0.00119938 -> 0.0011993817
recipients: + skip.montanaro
2007-12-19 15:18:36skip.montanarolinkissue1660 messages
2007-12-19 15:18:36skip.montanarocreate