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-47035: Rewrite asyncio.Queue tests with IsolatedAsyncioTestCace #31935

Merged
merged 1 commit into from
Mar 16, 2022

Conversation

asvetlov
Copy link
Contributor

@asvetlov asvetlov commented Mar 16, 2022

@asvetlov asvetlov requested a review from rhettinger as a code owner March 16, 2022 14:26
@bedevere-bot bedevere-bot added the tests Tests in the Lib/test dir label Mar 16, 2022
@asvetlov asvetlov merged commit e707ceb into main Mar 16, 2022
@asvetlov asvetlov deleted the async-queue-tests branch March 16, 2022 14:59
@miss-islington
Copy link
Contributor

Thanks @asvetlov for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

@bedevere-bot
Copy link

@asvetlov: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington
Copy link
Contributor

Sorry, @asvetlov, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker e707ceb6e464b24ddc9fdbdac7bfe15f7eeb43fd 3.9

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 16, 2022
)

(cherry picked from commit e707ceb)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
@asvetlov asvetlov removed needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes labels Mar 16, 2022
@vstinner
Copy link
Member

Please see https://bugs.python.org/issue47076 "test_asyncio: test_get_cancelled() fails randomly on x86-64 macOS 3.x".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants