Skip test_assertion_walrus_different_test_cases on Python 3.7

This commit is contained in:
Bruno Oliveira 2023-09-09 09:38:10 -03:00
parent 5341b9cd67
commit 721a0881fb
1 changed files with 1 additions and 0 deletions

View File

@ -1532,6 +1532,7 @@ class TestIssue11028:
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)