New submission from Brett Cannon <br...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14637>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to