Skip to content

[3.7] [3.8] bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060) (GH-19090)#19093

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-ba26bf3-3.7
Mar 20, 2020
Merged

[3.7] [3.8] bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060) (GH-19090)#19093
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-ba26bf3-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented Mar 20, 2020

Copy link
Copy Markdown
Contributor

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

https://bugs.python.org/issue27807

…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>

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

@miss-islington

Copy link
Copy Markdown
Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

@miss-islington
miss-islington merged commit 6056b7b into python:3.7 Mar 20, 2020
@miss-islington
miss-islington deleted the backport-ba26bf3-3.7 branch March 20, 2020 14:28
@miss-islington

Copy link
Copy Markdown
Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants