]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060)
authorVictor Stinner <vstinner@python.org>
Wed, 18 Mar 2020 17:27:32 +0000 (18:27 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Mar 2020 17:27:32 +0000 (18:27 +0100)
commitd18de46117d661a4acaf2380cc5ebb1cf6a000e9
treeb054b7f0624e5a82880dba7d08af11b4ee75ea4e
parent4657a8a0d006c76699ba3d1d4d21a04860bb2586
bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060)

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]