From: Nadeem Vawda Date: Wed, 25 Jan 2012 04:48:47 +0000 (+0200) Subject: Remove redundant resource check in test_socket. X-Git-Tag: v3.3.0a1~308 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a58c01ba48a4426db45dff71324be6c617efa724;p=python Remove redundant resource check in test_socket. --- diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index b5c16ca512..d277e36cd2 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py @@ -1168,7 +1168,6 @@ class GeneralModuleTests(unittest.TestCase): @unittest.skipUnless(support.is_resource_enabled('network'), 'network is not enabled') def test_idna(self): - support.requires('network') # these should all be successful socket.gethostbyname('испытание.python.org') socket.gethostbyname_ex('испытание.python.org')