This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jason.Vas.Dias
Recipients Jason.Vas.Dias
Date 2011-04-29.12:57:32
SpamBayes Score 0.00046046486
Marked as misclassified No
Message-id <1304081868.02.0.028475349272.issue11954@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-04-29 12:57:48Jason.Vas.Diassetrecipients: + Jason.Vas.Dias
2011-04-29 12:57:48Jason.Vas.Diassetmessageid: <1304081868.02.0.028475349272.issue11954@psf.upfronthosting.co.za>
2011-04-29 12:57:32Jason.Vas.Diaslinkissue11954 messages
2011-04-29 12:57:32Jason.Vas.Diascreate