Issue #12656: Really fix test_asyncore failures on Windows buildbots...

parent e3540b47
......@@ -757,7 +757,8 @@ class TestAPI_UseIPv6Sockets(BaseTestAPI):
@unittest.skipUnless(HAS_UNIX_SOCKETS, 'Unix sockets required')
class TestAPI_UseUnixSockets(BaseTestAPI):
family = socket.AF_UNIX
if HAS_UNIX_SOCKETS:
family = socket.AF_UNIX
addr = support.TESTFN
use_poll = False
......
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