[Python-checkins] [python/cpython] 7a9962: Fix skipping test_UNC_path on AppVeyor due to a di...

GitHub noreply at github.com
Fri Jun 2 12:28:18 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 7a99625e0d95cd88ed8842d8677b5beea1fde5ae
      https://github.com/python/cpython/commit/7a99625e0d95cd88ed8842d8677b5beea1fde5ae
  Author: Segev Finer <segev208 at gmail.com>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

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

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




More information about the Python-checkins mailing list