-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test failures, possibly related to PySide 6.6.1 #2038
Comments
Can replicate locally on MacOS by running the test suite. |
Errors don't occur for PySide6 6.6.0. I have also tested the classes manually and they behave correctly, so this is an issue with the test, not with the underlying TraitsUI code. |
Digging in to the test, it looks like the error flag is getting set and then reset, and the field ends up containing just the last letter typed. ETA: on PySide6 6.6.0 the error flag is set twice, but the reset is after the values are being tested - and the field contains the expected text - it seems like there may be an issue with timing/event ordering/dispatch, where the error status is being reset before the state testing takes place. For now, the simple fix may be to skip the tests for PySide 6.6.1. |
See Issue #2038 - this is a work-around to get tests back into working state, but does not resolve the issue. Includes incidental black and isort clean-up.
Seem to be seeing for PySide 6.6.3 as well, after not seeing it on 6.6.2. |
I'm also seeing it on 6.6.3 (specifically, 6.6.3.1). |
Some errors I haven’t seen before:
On MacOS and Windows (but less reliably), Python 3.8-3.11, PySide 6.6.1
The text was updated successfully, but these errors were encountered: