bpo-46198: rename duplicate tests and remove unused code by sobolevn · Pull Request #30297 · python/cpython
sobolevn
changed the title
bpo-46198: unskip one test in
bpo-46198: rename duplicate tests and remove unused codetest_email
JelleZijlstra pushed a commit to JelleZijlstra/cpython that referenced this pull request
…onGH-30297). (cherry picked from commit 6c83c8e) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
JelleZijlstra pushed a commit to JelleZijlstra/cpython that referenced this pull request
…nGH-30297). (cherry picked from commit 6c83c8e) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
AlexWaygood added a commit to AlexWaygood/cpython that referenced this pull request
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.
JelleZijlstra added a commit that referenced this pull request
JelleZijlstra pushed a commit that referenced this pull request
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.
hello-adam pushed a commit to hello-adam/cpython that referenced this pull request