Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-46198: Fix test_asyncio.test_sslproto #31801

Merged
merged 1 commit into from
Mar 10, 2022

Commits on Mar 10, 2022

  1. bpo-46198: Fix test_asyncio.test_sslproto

    pythonGH-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, pythonGH-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.
    AlexWaygood authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    b9e02a7 View commit details
    Browse the repository at this point in the history