-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
bpo-19696: Move threaded import tests to dir test_importlib/ #14537
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
Component of issue 19696
Component of issue 19696
|
I believe I found the cause of the issue, on line 184, Edit: looks like I have to change the other references as well. Hopefully that fixes the issue. |
The import statement needed to be updated to reflect the location change of ``threaded_import_hangers.py``
Updated the other references to ``threaded_import_hangers.py`` to reflect the change in location
|
After performing a code search of all references to Edit: also updated the references to |
Since the location of threaded_import_hangers.py was modified as part of issue 19696, the reference to it needs to be updated.
Since the location of test_threaded_import.py was modified in issue 19696, the reference to it needs to be updated.
Since the location of test_pkgimport.py was changed and the file was renamed to test_import_pkg.py, the reference to it should be updated. This did not cause any issues in merge which moved the file, but it should updated anyways.
|
@brettcannon Do I need to resubmit the PR for the tests to be ran again, or is there something else that I'm missing? If I need to resubmit the PR, I'll instead break it up into two. |
|
Closing this PR, I'll create a new one which exclusively moves |
This is the final component of issue 19696. This PR includes both test_threaded_import.py and threaded_import_hangers.py because the hangers are required for the threaded import test, so the two files are directly related. I'm not sure as to why the changes can't be automatically merged, the previous file move I had done had no issues with that. Is it due to more than one file being moved in a single PR?
There's a minor typo in one of the commit messages ("theaded" instead of "threaded"), but there were no issues with the file moves. Is it possible to edit the commit messages? If this typo is an issue and there's no way of editing the commit messages, I can create a new branch, redo the changes, and submit another PR.
Since this is just a file move, a "skip news" label would likely be appropriate.
https://bugs.python.org/issue19696