-
-
Notifications
You must be signed in to change notification settings - Fork 70
Test fails with ignored Qt warning #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
Comments
Hmmm I just reviewed the relevant code and it seems correct to me. 😕 Some ideas:
That's all I can think of at the moment... |
Oh, that test has a What do you think about adding some |
That's a good idea. Would you mind creating an issue? (I'm on my mobile right now) |
I have no idea what's going on... Looking at e.g. this build, the tests fail because of a Qt message:
However, this exact message is ignored in my
pytest.ini
:Unfortunately I can't trigger the message reliably. When I write a test which uses the same message with a
qWarning
, it passes:So I wonder what's going on... any idea?
The text was updated successfully, but these errors were encountered: