Skip to content

Commit fd64822

Browse files
Update test_group_exceptions.py
Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent f95c4e9 commit fd64822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_group_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from astroid.nodes import Expr, Raise, TryStar
2323

2424

25-
@pytest.mark.skipif(not PY311_PLUS, reason="Requires Python 3.11 or higher")
25+
@pytest.mark.skipif(not PY311_PLUS, reason="Exception group introduced in Python 3.11")
2626
def test_group_exceptions_exceptions() -> None:
2727
node = extract_node(
2828
textwrap.dedent(

0 commit comments

Comments
 (0)