[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

[3.8] bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060) by vstinner · Pull Request #19090 · python/cpython

bedevere-bot

test_site.test_startup_imports() is now skipped if a path of sys.path
contains a .pth file.

Sort test_site imports.

added the tests

Tests in the Lib/test dir

label

Mar 20, 2020

Closed

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 20, 2020
…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>

miss-islington added a commit that referenced this pull request

Mar 20, 2020
…H-19060) (GH-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>