Skip to content

Commit

Permalink
skip for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Aug 22, 2023
1 parent 247b369 commit bc6c7b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -2452,7 +2452,10 @@ def test_complete_symbol_bad_as_1(frontend, tmp):
)



@pytest.mark.skipif(
sys.version_info == (3, 7),
reason="We're dropping support for 3, 7 anyways",
)
@retry
def test_complete_symbol_nonmodule_1(frontend, tmp):
# Verify that completion works even if a module replaced itself in
Expand Down

0 comments on commit bc6c7b0

Please sign in to comment.