]> granicus.if.org Git - python/commit
bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) (GH-16389)
authorVictor Stinner <vstinner@redhat.com>
Wed, 25 Sep 2019 14:12:32 +0000 (16:12 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2019 14:12:32 +0000 (16:12 +0200)
commit2e566bf35e96f0d6ca6fe291f179e832d1c32186
tree83ba96abebb2e81081b24c89fe2664c3596b5977
parentc71c54c62600fd721baed3c96709e3d6e9c33817
bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) (GH-16389)

If Python is installed, skip test_tools.test_pathfix test because
Tools/scripts/pathfix.py script is not installed.

(cherry picked from commit 3f43ceff186da09978d0aff257bb18b8ac7611f7)
Lib/test/test_tools/test_pathfix.py