Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77f167a

Browse files
committed
disable initial_file_path test in Py3.3 due to incompatibilities with new importlib
1 parent 48469c4 commit 77f167a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

runtests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ def get_openmp_compiler_flags(language):
210210
'compile.extsetslice',
211211
'compile.extdelslice',
212212
'run.special_methods_T561_py2']),
213+
(3,3): (operator.ge, lambda x: x in ['run.initial_file_path', # new importlib currently fails to load __init__.so
214+
]),
213215
}
214216

215217
# files that should not be converted to Python 3 code with 2to3

0 commit comments

Comments
 (0)