[New-bugs-announce] [issue14063] test_importlib failure on Mac OS X

Vinay Sajip report at bugs.python.org
Mon Feb 20 12:06:06 CET 2012


New submission from Vinay Sajip <vinay_sajip at yahoo.co.uk>:

======================================================================
FAIL: test_insensitive (importlib.test.source.test_case_sensitivity.CaseSensitivityTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/importlib/test/source/test_case_sensitivity.py", line 56, in test_insensitive
    self.assertIn(self.name, sensitive.get_filename(self.name))
AssertionError: 'MoDuLe' not found in '/var/folders/ZN/ZNY48Gb3FyW7he0qBsYJME+++TI/-Tmp-/tmpx6934s/sensitive/module.py'

Failure occurs when tested using a framework build (make frameworkinstall) on Mac OS X 10.5.8 (Leopard).

----------
assignee: ronaldoussoren
components: Library (Lib), Macintosh
messages: 153776
nosy: brett.cannon, ronaldoussoren, vinay.sajip
priority: normal
severity: normal
status: open
title: test_importlib failure on Mac OS X
type: behavior
versions: Python 3.3

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


More information about the New-bugs-announce mailing list