commit | d18de46117d661a4acaf2380cc5ebb1cf6a000e9 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Mar 18 18:27:32 2020 +0100 |
committer | GitHub <noreply@github.com> | Wed Mar 18 18:27:32 2020 +0100 |
tree | b054b7f0624e5a82880dba7d08af11b4ee75ea4e | |
parent | 4657a8a0d006c76699ba3d1d4d21a04860bb2586 [diff] |
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.