Skip to content

Commit efeb92d

Browse files
committed
Fix test_catch_exceptions_in_virtual_methods for pyside6
The latest release seems to have changed the message: ``` ValueError: Error calling Python override of QObject::event(): mistakes were made' ```
1 parent c5d5c6b commit efeb92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_exceptions(qtbot):
5959
expected_lines = [
6060
"*RuntimeError: original error",
6161
"*app.sendEvent*",
62-
"*ValueError: mistakes were made*",
62+
"*ValueError:*mistakes were made*",
6363
"*1 failed*",
6464
]
6565
else:

0 commit comments

Comments
 (0)