]> granicus.if.org Git - python/commit
[3.5] 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:19:32 +0000 (17:19 -0500)
committerGitHub <noreply@github.com>
Sun, 4 Jun 2017 22:19:32 +0000 (17:19 -0500)
commit6636e22002dbfd871b8bda617ca46512f5226b36
tree9b019050419ae38557ae829552c56973343891e5
parent6d1e52bd6ed322b1bd8c3d1db683d0ceee8d9f61
[3.5] 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