-
Notifications
You must be signed in to change notification settings - Fork 201
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
Weird pytest error: 'CompletionHtml' object has no attribute '_text_edit' #582
Comments
I just realised that the |
Update: I have located the source of the issue (though I don't understand why it is breaking); it is the test in |
Testing is not really my area of expertise, but the tests were set up as |
Hi @rayosborn, some of the test files contain only qtconsole/.github/workflows/linux-tests.yml Lines 73 to 78 in d700870
But for some strange reason, this caused the error described above on a Debian system. |
While building qtconsole for Debian, we run the test suite in a clean environment. And with version 5.4.3, we're now often getting a very strange pytest error (the times at the beginning of the lines are a running clock):
It looks like a
qtbot.waitUntil
timeout (from the TracebackEntry), but then there is the very strange error at the end about the_text_edit
attribute being missing.Do you have any idea what might be causing this or how to fix it?
The text was updated successfully, but these errors were encountered: