[Python-checkins] [python/cpython] 7e6d99: [3.6] Fix skipping test_UNC_path on AppVeyor due t...

GitHub noreply at github.com
Sun Jun 4 18:14:04 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 7e6d999b6c22de2594df8bca56aedf60ba4714b0
      https://github.com/python/cpython/commit/7e6d999b6c22de2594df8bca56aedf60ba4714b0
  Author: Zachary Ware <zachary.ware at gmail.com>
  Date:   2017-06-04 (Sun, 04 Jun 2017)

  Changed paths:
    M Lib/test/test_import/__init__.py

  Log Message:
  -----------
  [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)




More information about the Python-checkins mailing list