summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2012-08-08 09:23:46 +0200
committerStefan Behnel <stefan_ml@behnel.de>2012-08-08 09:23:46 +0200
commit77f167a05db6108c3e2982e4e376719621140668 (patch)
treeccbf4999a16be710230a7efdcdd349cac6ac3714
parent48469c48b8b6f469dbc19f210dd258a803b31271 (diff)
downloadcython-77f167a05db6108c3e2982e4e376719621140668.tar.gz
disable initial_file_path test in Py3.3 due to incompatibilities with new importlib0.17b2
-rw-r--r--runtests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtests.py b/runtests.py
index 753cba996..cae5f8325 100644
--- a/runtests.py
+++ b/runtests.py
@@ -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