-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
bpo-27807: Skip test_site.test_startup_imports() if pth file #19060
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
test_site.test_startup_imports() is now skipped if a path of sys.path contains a .pth file. Sort test_site imports.
@corona10: Would you mind to review this change? |
I will take a look :) |
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.
Just nit comment except LGTM
Co-Authored-By: Petr Viktorin <encukou@gmail.com>
@encukou: woops, nice catch :-) Thanks for the suggestion, I like to just click on a button :-) |
I'll test this PR downstream |
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
GH-19089 is a backport of this pull request to the 3.8 branch. |
…ythonGH-19060) (pythonGH-19090) test_site.test_startup_imports() is now skipped if a path of sys.path contains a .pth file. Sort test_site imports. (cherry picked from commit ba26bf3) Co-authored-by: Victor Stinner <vstinner@python.org>
test_site.test_startup_imports() is now skipped if a path of sys.path
contains a .pth file.
Sort test_site imports.
https://bugs.python.org/issue27807