[issue11954] 3.3 - 'make test' fails

Jason Vas Dias report at bugs.python.org
Fri Apr 29 14:57:48 CEST 2011


Jason Vas Dias <jason.vas.dias at gmail.com> added the comment:

test_too_high_from_package (test.test_import.RelativeImportFromImportlibTests) ... test test_import failed -- Traceback (most recent call last):
  File "/usr/src/cpython/Lib/test/test_import.py", line 545, in test_unwritable_directory
    '__pycache__', '{}.{}.pyc'.format(TESTFN, self.tag))))
AssertionError: True is not false

ok

======================================================================
FAIL: test_unwritable_directory (test.test_import.PycacheTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/src/cpython/Lib/test/test_import.py", line 545, in test_unwritable_directory
    '__pycache__', '{}.{}.pyc'.format(TESTFN, self.tag))))
AssertionError: True is not false

----------------------------------------------------------------------
Ran 40 tests in 0.878s

FAILED (failures=1)
[150/354] test_importhooks
testBlocker (test.test_importhooks.ImportHooksTestCase) ... ok
testImpWrapper (test.test_importhooks.ImportHooksTestCase) ... ok
testMetaPath (test.test_importhooks.ImportHooksTestCase) ... ok
testPathHook (test.test_importhooks.ImportHooksTestCase) ... ok

----------------------------------------------------------------------
Ran 4 tests in 0.052s

OK
[151/354] test_importlib

----------

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


More information about the Python-bugs-list mailing list