mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Remove redundant resource check in test_socket.
This commit is contained in:
parent
157c1263a2
commit
a58c01ba48
1 changed files with 0 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue