-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Move test.test_import._ready_to_import
helper to test.support.import_helper
#109625
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
Labels
Comments
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Sep 20, 2023
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Sep 20, 2023
vstinner
pushed a commit
that referenced
this issue
Sep 21, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 21, 2023
…import_helper (pythonGH-109626) (cherry picked from commit 115c49a) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Sep 22, 2023
…upport.import_helper (pythonGH-109626). (cherry picked from commit 115c49a) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
vstinner
pushed a commit
that referenced
this issue
Sep 22, 2023
csm10495
pushed a commit
to csm10495/cpython
that referenced
this issue
Sep 28, 2023
Yhg1s
pushed a commit
that referenced
this issue
Oct 2, 2023
Thanks! |
Thanks! |
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Feature or enhancement
It is used in
test_import
andtest_inspect
, right nowtest_inspect
has to importtest_import
to use this function. Since we try to reduce the amount of test cross-dependencies, it is better to move it to the designated support module.Refs #109607
Linked PRs
_ready_to_import
fromtest_import
toimport_helper
#109626The text was updated successfully, but these errors were encountered: