diff --git a/changelog/9159.bugfix.rst b/changelog/9159.bugfix.rst index bd4632e1b..5e7f0a301 100644 --- a/changelog/9159.bugfix.rst +++ b/changelog/9159.bugfix.rst @@ -1 +1 @@ -Showing inner exceptions in ``ExceptionGroups`` when using display options other than ``--tb=native``. +Showing inner exceptions by forcing native display in ``ExceptionGroups`` even when using display options other than ``--tb=native``. A temporary step before full implementation of pytest-native display for inner exceptions in ``ExceptionGroups``.