[New-bugs-announce] [issue13890] test_importlib failures under Windows

Antoine Pitrou report at bugs.python.org
Fri Jan 27 17:50:57 CET 2012


New submission from Antoine Pitrou <pitrou at free.fr>:

I don't know if these are related to the latest changes, but they only appear on the 3.3 buildbots:

======================================================================
FAIL: test_case_insensitivity (importlib.test.extension.test_case_sensitivity.ExtensionModuleCaseSensitivityTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\importlib\test\extension\test_case_sensitivity.py", line 30, in test_case_insensitivity
    self.assertTrue(hasattr(loader, 'load_module'))
AssertionError: False is not true

======================================================================
FAIL: test_insensitive (importlib.test.source.test_case_sensitivity.CaseSensitivityTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\importlib\test\source\test_case_sensitivity.py", line 51, in test_insensitive
    self.assertTrue(hasattr(insensitive, 'load_module'))
AssertionError: False is not true

----------
components: Library (Lib), Tests
messages: 152102
nosy: brett.cannon, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: test_importlib failures under Windows
type: behavior
versions: Python 3.3

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


More information about the New-bugs-announce mailing list