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 f95c4e9 commit fd64822Copy full SHA for fd64822
tests/test_group_exceptions.py
@@ -22,7 +22,7 @@
22
from astroid.nodes import Expr, Raise, TryStar
23
24
25
-@pytest.mark.skipif(not PY311_PLUS, reason="Requires Python 3.11 or higher")
+@pytest.mark.skipif(not PY311_PLUS, reason="Exception group introduced in Python 3.11")
26
def test_group_exceptions_exceptions() -> None:
27
node = extract_node(
28
textwrap.dedent(
0 commit comments