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
This is an error in Pytest, not in QtPy. Since you already opened an issue there, I'm going to close this one.
In addition, if you're a FreeBSD package maintainer, I'd suggest you to not waste other maintainers time in the future with errors that don't apply to their packages, which would have been quite easy to spot in this case if you had simply read the traceback above, instead of opening issues in two unrelated projects (i.e. CPython and here).
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.
Tests fail:
Version: 2.3.1
Python-3.9
FreeBSD 13.1
The text was updated successfully, but these errors were encountered: