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

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

the-knights-who-say-ni

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

Sort test_site imports.

Co-Authored-By: Petr Viktorin <encukou@gmail.com>

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

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

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>