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 doko
Recipients doko, zach.ware
Date 2013-12-26.16:06:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388073985.49.0.235998763985.issue20070@psf.upfronthosting.co.za>
In-reply-to
Content
this fixes it for me:

--- a/Lib/test/test_urllib2net.py	Wed Dec 25 17:36:20 2013 +0200
+++ b/Lib/test/test_urllib2net.py	Thu Dec 26 17:05:47 2013 +0100
@@ -14,6 +14,8 @@
 except ImportError:
     ssl = None
 
+support.requires("network")
+
 TIMEOUT = 60  # seconds
 
 
@@ -339,5 +341,4 @@
 
 
 if __name__ == "__main__":
-    support.requires("network")
     unittest.main()
History
Date User Action Args
2013-12-26 16:06:25dokosetrecipients: + doko, zach.ware
2013-12-26 16:06:25dokosetmessageid: <1388073985.49.0.235998763985.issue20070@psf.upfronthosting.co.za>
2013-12-26 16:06:25dokolinkissue20070 messages
2013-12-26 16:06:24dokocreate