From bc6c7b0edead7637961cacbd71684384ec73ab25 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Tue, 22 Aug 2023 12:04:11 +0530 Subject: [PATCH] skip for python 3.7 --- tests/test_interactive.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/test_interactive.py b/tests/test_interactive.py index bcbbd7c9..d3159008 100644 --- a/tests/test_interactive.py +++ b/tests/test_interactive.py @@ -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