Skip to content

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

Closed
miss-islington wants to merge 1 commit into
python:3.8from
miss-islington:backport-d18de46-3.8
Closed

[3.8] bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060)#19089
miss-islington wants to merge 1 commit into
python:3.8from
miss-islington:backport-d18de46-3.8

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 d18de46)

Co-authored-by: Victor Stinner vstinner@python.org

https://bugs.python.org/issue27807

…H-19060)

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 d18de46)

Co-authored-by: Victor Stinner <vstinner@python.org>
@vstinner

Copy link
Copy Markdown
Member

I don't want the "sort imports" part. I wrote PR #19090 instead.

@vstinner vstinner closed this Mar 20, 2020
@miss-islington
miss-islington deleted the backport-d18de46-3.8 branch March 20, 2020 13:04
@miss-islington

Copy link
Copy Markdown
Contributor Author

@vstinner: Status check is done, and it's a failure ❌ .

2 similar comments
@miss-islington

Copy link
Copy Markdown
Contributor Author

@vstinner: Status check is done, and it's a failure ❌ .

@miss-islington

Copy link
Copy Markdown
Contributor Author

@vstinner: Status check is done, and it's a failure ❌ .

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

Labels

awaiting review tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants