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
It turns out it was actually an error in an unmaintained third-party Pytest plugin (pytest-freezegun) that they happened to have installed in the same environment in which they were running the QtPy test suite, which can be solved by either running the QtPy tests in a clean environment, or uninstalling that plugin and replacing it with its modern maintained replacement, pytest-freezer.
Bug report
Tests fail on the QtPy project like this:
Original bug report: spyder-ide/qtpy#418
What triggers the INTERNALERROR message? Is this like Python panic?
How can this be fixed?
Your environment
The text was updated successfully, but these errors were encountered: