Skip to content

Commit

Permalink
Disable test that does not make sense on versions older than Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PCManticore committed Feb 27, 2019
1 parent 9b6445d commit 87db3f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astroid/tests/unittest_brain.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@ class Example(enum.Enum):
inferred_string = next(node.infer())
assert inferred_string.value == "\N{NULL}"

@test_utils.require_version(minver="3.6")
def test_dont_crash_on_for_loops_in_body(self):
node = builder.extract_node(
"""
Expand Down

0 comments on commit 87db3f5

Please sign in to comment.