Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.4k
gh-95010: fix asyncio GenericWatcherTests.test_create_subprocess_fails_with_inactive_wa…#95009
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
823b0c4 to9877b92Comparegraingert commentedJul 19, 2022
this is just a test change and doesn't need news |
…s_fails_with_inactive_watcherthe test was never run, because it was missing the TestCase classthe test failed because the wrong attribute was patched
4f47e21 to20b9bd0Comparegraingert commentedJul 19, 2022
It's best to review this in side-by-side mode, because GenericWatcherTests needed to be indented:https://github.com/python/cpython/pull/95009/files?diff=split |
serhiy-storchaka left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍
graingert commentedJul 21, 2022
This should probably be backported to 3.10 as it's needed to verify a bugfix |
miss-islington commentedJul 21, 2022
Thanks@graingert for the PR, and@serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
bedevere-bot commentedJul 21, 2022
GH-95092 is a backport of this pull request to the3.11 branch. |
bedevere-bot commentedJul 21, 2022
GH-95093 is a backport of this pull request to the3.10 branch. |
…s_fails_with_inactive_watcher (pythonGH-95009)The test was never run, because it was missing the TestCase class.The test failed because the wrong attribute was patched.(cherry picked from commit834bd5d)Co-authored-by: Thomas Grainger <tagrain@gmail.com>
…s_fails_with_inactive_watcher (pythonGH-95009)The test was never run, because it was missing the TestCase class.The test failed because the wrong attribute was patched.(cherry picked from commit834bd5d)Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Uh oh!
There was an error while loading.Please reload this page.
fix asyncio
GenericWatcherTests.test_create_subprocess_fails_with_inactive_watcherthe test was never run, because it was missing the TestCase class
the test failed because the wrong attribute was patched
GenericWatcherTests.test_create_subprocess_fails_with_inactive_watcheris not run #95010