]> granicus.if.org Git - python/commit
Fix skipping test_UNC_path on AppVeyor due to a different error being raised (#1920)
authorSegev Finer <segev208@gmail.com>
Fri, 2 Jun 2017 16:28:16 +0000 (19:28 +0300)
committerSteve Dower <steve.dower@microsoft.com>
Fri, 2 Jun 2017 16:28:16 +0000 (09:28 -0700)
commit7a99625e0d95cd88ed8842d8677b5beea1fde5ae
tree85ede8221acfe26d016d1fdd1d96aceb8a7129ca
parent523776c3419f6795e78173d53c10e35ec4eed48d
Fix skipping test_UNC_path on AppVeyor due to a different error being raised (#1920)

We get `ERROR_BAD_NETPATH` (53) on AppVeyor which is translated to
ENOENT (2).
Lib/test/test_import/__init__.py