]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149879: Fix test_asyncio on Cygwin (#150416)
authorVictor Stinner <vstinner@python.org>
Mon, 25 May 2026 20:54:01 +0000 (22:54 +0200)
committerGitHub <noreply@github.com>
Mon, 25 May 2026 20:54:01 +0000 (22:54 +0200)
commitbe715d75c0f5b958bb0e3f3c682adbb25bee34dc
tree96f27b54887d833ed988c663cb1e942864820c75
parent0065d223ace3fe33ae621779bbb05fc8e0a88a01
gh-149879: Fix test_asyncio on Cygwin (#150416)

Skip tests on UNIX sockets since they hang on Cygwin.
Lib/asyncio/unix_events.py
Lib/test/support/socket_helper.py