Skip to content

Commit 4e8e321

Browse files
committed
Use skip26 decorator
1 parent f93255c commit 4e8e321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_future/test_futurize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def test_input_without_import(self):
446446
"""
447447
self.convert_check(before, after, ignore_imports=False, run=False)
448448

449-
@expectedFailurePY26
449+
@skip26
450450
def test_input_with_import(self):
451451
before = """
452452
from builtins import input

0 commit comments

Comments
 (0)