Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed May 28, 2024
1 parent e14f33d commit faea099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_autopep8.py
Original file line number Diff line number Diff line change
Expand Up @@ -7333,6 +7333,7 @@ def test_e501_experimental_with_in(self):
with autopep8_context(line, options=['--experimental']) as result:
self.assertEqual(fixed, result)

@unittest.skipIf(sys.version_info < (3, 12), 'not support in Python3.11 and lower version')
def test_e501_experimental_not_effect_with_fstring(self):
line = """\
fstring = {"some_key": f"There is a string value inside of an f string, which itself is a dictionary value {s})"}
Expand Down

0 comments on commit faea099

Please sign in to comment.