From ed054c6379d01c0abf6e97f6a1966f425785ccc5 Mon Sep 17 00:00:00 2001 From: Cheukting Date: Thu, 23 Jun 2022 16:00:07 +0800 Subject: [PATCH] update changelog --- changelog/9159.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``.