Commit 1f411b6f authored by Prakhar Goel's avatar Prakhar Goel

Updated runtests to exclude the pyximport_namespace test. Implicit namespace...

Updated runtests to exclude the pyximport_namespace test. Implicit namespace packages were introduced in Python 3.3.
parent 65fb9d79
......@@ -375,6 +375,7 @@ VER_DEP_MODULES = {
]),
(3,3) : (operator.lt, lambda x: x in ['build.package_compilation',
'run.yield_from_py33',
'pyximport.pyximport_namespace',
]),
(3,4): (operator.lt, lambda x: x in ['run.py34_signature',
]),
......
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