◐ Shell
clean mode source ↗

bpo-46198: Fix `test_asyncio.test_sslproto` by AlexWaygood · Pull Request #31801 · python/cpython

GH-30297 removed a duplicate from test import support statement from test_asyncio.test_sslproto. However, in between that PR being filed and it being merged, GH-31275 removed the other from test import support statement. This means that support is now undefined in test_asyncio.test_sslproto, causing the CI to fail on all platforms for all PRs (e.g. https://github.com/python/cpython/runs/5501039134?check_suite_focus=true)

https://bugs.python.org/issue46198

Automerge-Triggered-By: GH:JelleZijlstra