Uh oh!
There was an error while loading. Please reload this page.
gh-109625: Move _ready_to_import from test_import to import_helper - #109626
Conversation
| from test import inspect_stringized_annotations | ||
| from test import inspect_stringized_annotations_2 | ||
| from test.test_import import _ready_to_import |
There was a problem hiding this comment.
Oh no, we should not make tests inter-dependents. This change goes to the right direction!
vstinner
commented
Sep 21, 2023
Merged, thanks. I just modified a little bit the commit message. |
sobolevn
commented
Sep 21, 2023
Thanks! I will rebase #109607 shortly. |
miss-islington
commented
Sep 21, 2023
miss-islington
commented
Sep 21, 2023
miss-islington
commented
Sep 21, 2023
Sorry, @sobolevn and @vstinner, I could not cleanly backport this to |
…import_helper (pythonGH-109626) (cherry picked from commit 115c49a) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
GH-109640 is a backport of this pull request to the 3.12 branch. |
vstinner
commented
Sep 21, 2023
@sobolevn: Can you please backport this change to the 3.11 branch? I was told to backport all test refactoring changes to stable branches: #108303 (comment) |
…upport.import_helper (pythonGH-109626). (cherry picked from commit 115c49a) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
GH-109718 is a backport of this pull request to the 3.11 branch. |
sobolevn
commented
Sep 22, 2023
Done! |
Refs #109607
test.test_import._ready_to_importhelper totest.support.import_helper#109625