Skip to content

Commit

Permalink
Skip test_assertion_walrus_different_test_cases on Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Sep 9, 2023
1 parent 5341b9c commit 721a088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/test_assertrewrite.py
Expand Up @@ -1532,6 +1532,7 @@ def test_gt():


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

0 comments on commit 721a088

Please sign in to comment.