[issue12117] test_importlib failure

2011-05-19 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +alexis, eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue12117] test_importlib failure

2011-05-19 Thread STINNER Victor
STINNER Victor added the comment: Traceback of the duplicate issues: == ERROR: test_issue5604 (test.test_imp.ImportTests) -- Traceback (most recent call last):

[issue12117] test_importlib failure

2011-05-19 Thread STINNER Victor
STINNER Victor added the comment: The following issues has been marked as a duplicate of this issue: - issue #12118 (test_imp) - issue #12119 (test_distutils) - issue #12120 (test_packaging) - issue #12122 (test_runpy) - issue #12123 (test_import) Tarek did the following commit to try to f

[issue12117] test_importlib failure

2011-05-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: This is due to PYTHONDONTWRITEBYTECODE being set. Not sure this is worth fixing. -- ___ Python tracker ___

[issue12117] test_importlib failure

2011-05-19 Thread Antoine Pitrou
New submission from Antoine Pitrou : I get the following failure under a fresh checkout: == ERROR: test_file_from_empty_string_dir (importlib.test.source.test_file_loader.SimpleTest)