-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary importers. #93962
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
Conversation
df5bcf2 to
d36b0dd
Compare
d36b0dd to
27d86b9
Compare
brettcannon
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.
One PEP 8 violation, but otherwise LGTM!
Co-authored-by: Brett Cannon <brett@python.org>
|
Why is the new helper method needed? The case looks like a job for https://docs.python.org/3/library/unittest.mock.html#unittest.mock.patch |
|
@serhiy-storchaka points out that the new |
|
GH-94118 is a backport of this pull request to the 3.11 branch. |
|
GH-94119 is a backport of this pull request to the 3.10 branch. |
Fixes gh-93951