-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-95010: fix asyncio GenericWatcherTests.test_create_subprocess_fails_with_inactive_wa… #95009
Conversation
823b0c4
to
9877b92
Compare
this is just a test change and doesn't need news |
…s_fails_with_inactive_watcher the test was never run, because it was missing the TestCase class the test failed because the wrong attribute was patched
4f47e21
to
20b9bd0
Compare
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 |
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.
👍
This should probably be backported to 3.10 as it's needed to verify a bugfix |
Thanks @graingert for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
GH-95092 is a backport of this pull request to the 3.11 branch. |
GH-95093 is a backport of this pull request to the 3.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 commit 834bd5d) 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 commit 834bd5d) Co-authored-by: Thomas Grainger <tagrain@gmail.com>
fix asyncio
GenericWatcherTests.test_create_subprocess_fails_with_inactive_watcher
the 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_watcher
is not run #95010