mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Issue #12656: Really fix test_asyncore failures on Windows buildbots...
This commit is contained in:
parent
e3540b47d1
commit
a045c05878
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue