Skip to content

Commit 721a088

Browse files
committed
Skip test_assertion_walrus_different_test_cases on Python 3.7
1 parent 5341b9c commit 721a088

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/test_assertrewrite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,6 +1532,7 @@ def test_gt():
15321532

15331533

15341534
class TestIssue11239:
1535+
@pytest.mark.skipif(sys.version_info[:2] <= (3, 7), reason="Only Python 3.8+")
15351536
def test_assertion_walrus_different_test_cases(self, pytester: Pytester) -> None:
15361537
"""Regression for (#11239)
15371538

0 commit comments

Comments
 (0)