bpo-46198: Fix `test_asyncio.test_sslproto` (GH-31801)
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.
A
Alex Waygood committed
4052dd2296da2ff304b1fa787b100befffa1c9ca
Parent: 434ffb7
Committed by GitHub <noreply@github.com>
on 3/10/2022, 9:36:22 PM