We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1955a commit f95c4e9Copy full SHA for f95c4e9
tests/test_group_exceptions.py
@@ -37,6 +37,7 @@ def test_group_exceptions_exceptions() -> None:
37
inferred = node.inferred()[0]
38
assert isinstance(inferred, Tuple)
39
40
+
41
@pytest.mark.skipif(not PY311_PLUS, reason="Requires Python 3.11 or higher")
42
def test_group_exceptions() -> None:
43
node = extract_node(
0 commit comments