◐ Shell
clean mode source ↗

gh-79940: skip `TestGetAsyncGenState` on wasm as it requires working sockets by tkren · Pull Request #102605 · python/cpython

Skip `TestGetAsyncGenState` and restoring of the default event loop
policy in `test_inspect` if platform lacks working socket support.

Fixes python#11590

@tkren

@kumaraditya303

@bedevere-bot

🤖 New build scheduled with the buildbot fleet by @kumaraditya303 for commit 6ab6bcf 🤖

The command will test the builders whose names match following regular expression: .*wasm.*

The builders matched are:

  • wasm32-emscripten node (pthreads) PR
  • wasm32-emscripten browser (dynamic linking, no tests) PR
  • wasm32-wasi PR
  • wasm32-emscripten node (dynamic linking) PR

kumaraditya303

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, we don't need news for this so I removed it.

@kumaraditya303 kumaraditya303 changed the title gh-79940: TestGetAsyncGenState requires working sockets gh-79940: skip TestGetAsyncGenState on wasm as it requires working sockets

Mar 11, 2023

@miss-islington

Status check is done, and it's a success ✅.

@miss-islington

Sorry, I can't merge this PR. Reason: Head branch was modified. Review and try the merge again..

@miss-islington

Status check is done, and it's a success ✅.

iritkatriel pushed a commit to iritkatriel/cpython that referenced this pull request

Mar 12, 2023
…rking sockets (pythonGH-102605)

Skip `TestGetAsyncGenState` and restoring of the default event loop policy in `test_inspect` if platform lacks working socket support.

Fixes python#11590

Automerge-Triggered-By: GH:kumaraditya303