]> granicus.if.org Git - python/commit
[3.6] Fix skipping test_UNC_path on AppVeyor due to a different error being raised...
authorZachary Ware <zachary.ware@gmail.com>
Sun, 4 Jun 2017 22:14:03 +0000 (17:14 -0500)
committerGitHub <noreply@github.com>
Sun, 4 Jun 2017 22:14:03 +0000 (17:14 -0500)
commit7e6d999b6c22de2594df8bca56aedf60ba4714b0
tree2892a716892c85801ec69f9235043f5be9d1d1f5
parentba6bfcdfb43f06f025613348bb6c71ff9b597b35
[3.6] Fix skipping test_UNC_path on AppVeyor due to a different error being raised (GH-1920)

We get `ERROR_BAD_NETPATH` (53) on AppVeyor which is translated to
ENOENT (2).
(cherry picked from commit 7a99625e0d95cd88ed8842d8677b5beea1fde5ae)
Lib/test/test_import/__init__.py