Skip to content

gh-149879: Fix test_asyncio on Cygwin#150416

Open
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:test_asyncio
Open

gh-149879: Fix test_asyncio on Cygwin#150416
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:test_asyncio

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented May 25, 2026

Skip tests on UNIX sockets since they hang on Cygwin.

Skip tests on UNIX sockets since they hang on Cygwin.
@vstinner
Copy link
Copy Markdown
Member Author

The fix is incomplete, the following tests still fail:

test_asyncio.test_events
    test_ssl_connect_accepted_socket()
    test_subprocess_kill()
    test_subprocess_terminate()
    test_subprocess_send_signal()
    test_subprocess_stderr()
    test_subprocess_stderr_redirect_to_stdout()

test_asyncio.test_ssl
    test_remote_shutdown_receives_trailing_data_on_slow_socket()

test_asyncio.test_subprocess
    test_cancel_post_init()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant