Commit 77f167a0 authored by Stefan Behnel's avatar Stefan Behnel

disable initial_file_path test in Py3.3 due to incompatibilities with new importlib

parent 48469c48
......@@ -210,6 +210,8 @@ VER_DEP_MODULES = {
'compile.extsetslice',
'compile.extdelslice',
'run.special_methods_T561_py2']),
(3,3): (operator.ge, lambda x: x in ['run.initial_file_path', # new importlib currently fails to load __init__.so
]),
}
# files that should not be converted to Python 3 code with 2to3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment