You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
penguinpee
changed the title
test_catch_exceptions_in_virtual_methods[True] fails with PySide 6.8
test_catch_exceptions_in_virtual_methods[True] fails with PySide6 >= 6.8.0
Oct 18, 2024
In Fedora (rawhide) with PySide6 6.8.0 and Python 3.13.0 I'm seeing the following failures when running tests:
It seems the test fails solely because of changed output (passed down from the exception?).
Changing:
pytest-qt/tests/test_exceptions.py
Line 62 in cdad310
to
"*ValueError: *mistakes were made*",
makes the test pass. Though, I expect, the actual fix should be somewhat more sophisticated.
PS: Issue was original reported as part of #573.
The text was updated successfully, but these errors were encountered: