diff options
Diffstat (limited to 'Lib')
| -rw-r--r-- | Lib/test/test_socket.py | 1 |
1 files changed, 0 insertions, 1 deletions
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') |
