You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the contextlib async tests should run coroutines using coro.send(None) because they don't need an async framework to run. This would remove asyncio from the tests and support running on emscripten/wasi
picnixz
changed the title
the contextlib async tests requires a working socket to run, when it could run without using sockets at all
Remove un-necessary socket requirements in contextlib async tests
Dec 25, 2024
Proposal:
the contextlib async tests should run coroutines using coro.send(None) because they don't need an async framework to run. This would remove asyncio from the tests and support running on emscripten/wasi
Linked PRs
The text was updated successfully, but these errors were encountered: