Skip unreliable thread/process/socket tests in PySide6#153
Skip unreliable thread/process/socket tests in PySide6#153kristjanvalur wants to merge 1 commit intoCabbageDevelopment:masterfrom
Conversation
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||||||||||||||
|
In #154 you mention that |
|
I guess we could, but I'm not sure the test suite has any matrix tests for different PySide6 versions. For local development it might make sense. Not sure this should go in until we get some response from the QT team. |
|
This is the wrong approach. Closing this in favor of #158 |
Some internal error in PySide6 appears to cause crashes when certain combinations of tests are executed.
The crashes occur inside PySide6 at random times and random position in the test suite but always after having
run the eventloop tests.
This PR disables two classes of tests, which together seem to cause this issue.
Note that this does not fix the issue, only makes it rarer. Even with these disabled tests in place, I can still see the crash happen, only much more rarely. I guess the proper solution is to ask PySide6 maintainers to take a look.