◐ Shell
clean mode source ↗

bpo-46198: rename duplicate tests and remove unused code by sobolevn · Pull Request #30297 · python/cpython

AlexWaygood

@sobolevn sobolevn changed the title bpo-46198: unskip one test in test_email bpo-46198: rename duplicate tests and remove unused code

Jan 1, 2022

merwok

Fidget-Spinner

merwok

raghavthind2005

@sobolevn

JelleZijlstra

JelleZijlstra pushed a commit to JelleZijlstra/cpython that referenced this pull request

Mar 10, 2022
…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

Mar 10, 2022
…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

Mar 10, 2022
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

Mar 10, 2022
) (GH-31797)

(cherry picked from commit 6c83c8e)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>

JelleZijlstra pushed a commit that referenced this pull request

Mar 10, 2022
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

Jun 2, 2022