[issue14637] test.test_import.PathsTests.test_UNC_path is failing

Brett Cannon report at bugs.python.org
Fri Apr 20 22:41:31 CEST 2012


New submission from Brett Cannon <brett at python.org>:

See http://www.python.org/dev/buildbot/all/builders/x86%20XP-5%203.x/builds/104/steps/test/logs/stdio for the failure, but basically:

======================================================================
ERROR: test_UNC_path (test.test_import.PathsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\Buildslave\3.x.moore-windows\build\lib\test\test_import.py", line 469, in _test_UNC_path
    mod = __import__("test_trailing_slash")
  File "<frozen importlib._bootstrap>", line 1003, in _find_and_load
ImportError: No module named 'test_trailing_slash'

----------------------------------------------------------------------


It seems spontaneous as the test succeeded previously and the commit it failed on didn't even touch code compiled by Windows.

----------
components: Windows
keywords: buildbot
messages: 158885
nosy: brett.cannon
priority: normal
severity: normal
stage: needs patch
status: open
title: test.test_import.PathsTests.test_UNC_path is failing

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14637>
_______________________________________


More information about the Python-bugs-list mailing list