Kaydet (Commit) 92945c57 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Un-backout e3ec6b17260c - the test fix was actually also necessary

üst c1b78419
......@@ -17,7 +17,7 @@ import time
import errno
import unittest
import unittest.mock
from test.support import find_unused_port
from test.support import find_unused_port, IPV6_ENABLED
from asyncio import futures
......@@ -687,7 +687,7 @@ class EventLoopTestsMixin:
server.close()
@unittest.skipUnless(socket.has_ipv6, 'IPv6 not supported')
@unittest.skipUnless(IPV6_ENABLED, 'IPv6 not supported or enabled')
def test_create_server_dual_stack(self):
f_proto = futures.Future(loop=self.loop)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment