From a58c01ba48a4426db45dff71324be6c617efa724 Mon Sep 17 00:00:00 2001 From: Nadeem Vawda Date: Wed, 25 Jan 2012 06:48:47 +0200 Subject: Remove redundant resource check in test_socket. --- Lib/test/test_socket.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index b5c16ca..d277e36 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') -- cgit v0.12