diff -r 24c0c1066090 -r e65379fdbd97 src/eric7/Testing/TestingWidget.py --- a/src/eric7/Testing/TestingWidget.py Wed Nov 02 10:12:25 2022 +0100 +++ b/src/eric7/Testing/TestingWidget.py Wed Nov 02 12:07:01 2022 +0100 @@ -1198,7 +1198,7 @@ event.accept() for editor in self.__editors: - with contextlib.suppress(Exception): + with contextlib.suppress(RuntimeError): editor.close()