We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da18ef8 commit bf344cfCopy full SHA for bf344cf
astroid/tests/unittest_nodes.py
@@ -1014,7 +1014,7 @@ async def a_iter(n):
1014
assert inferred.display_type() == 'Generator'
1015
1016
1017
-@pytest.mark.skipif(sys.version_info[:2] < (3, 6), "needs f-string support")
+@pytest.mark.skipif(sys.version_info[:2] < (3, 6), reason="needs f-string support")
1018
def test_f_string_correct_line_numbering():
1019
"""Test that we generate correct line numbers for f-strings"""
1020
node = astroid.extract_node('''
0 commit comments