]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060) (GH...
authorVictor Stinner <vstinner@python.org>
Fri, 20 Mar 2020 14:10:14 +0000 (15:10 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Mar 2020 14:10:14 +0000 (15:10 +0100)
commitba26bf30940f4347fedcf8ebc374c6e2dc375afa
tree9e5c8fdd01d05f0086650963ce7355a0a880ff22
parent29723368e797f36ba8940f25b6e677852b7313b2
[3.8] bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-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.
Lib/test/test_site.py
Misc/NEWS.d/next/Tests/2020-03-18-16-04-33.bpo-27807.9gKjET.rst [new file with mode: 0644]