Skip to content

Commit 8c5565d

Browse files
committed
Mark test_all_imports as xfail on Py2.6 (due to an extra list() call in Py2.6's lib2to3)
1 parent a0f2c5a commit 8c5565d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

future/tests/test_futurize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,7 @@ class TestFuturizeAllImports(CodeHandler):
11711171
"""
11721172
Tests "futurize --all-imports".
11731173
"""
1174+
@expectedFailurePY26
11741175
def test_all_imports(self):
11751176
before = """
11761177
import math

0 commit comments

Comments
 (0)