Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 721a088

Browse filesBrowse files
committed
Skip test_assertion_walrus_different_test_cases on Python 3.7
1 parent 5341b9c commit 721a088
Copy full SHA for 721a088

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎testing/test_assertrewrite.py

Copy file name to clipboardExpand all lines: testing/test_assertrewrite.py
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.