Commit 12428094 authored by Haoyu Bai's avatar Haoyu Bai Committed by Robert Bradshaw

exclude relativeimport_star_T542 test for py<2.5

parent dcb00db9
......@@ -94,6 +94,7 @@ VER_DEP_MODULES = {
(2,5) : (operator.lt, lambda x: x in ['run.any',
'run.all',
'run.relativeimport_T542',
'run.relativeimport_star_T542',
]),
(2,6) : (operator.lt, lambda x: x in ['run.print_function',
'run.cython3',
......
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