Files
python-pytest-qt/python-pytest-qt.changes
Dirk Mueller c21b40ec28 - update to 4.5.0:
* Added official support for Python 3.13.
  * Dropped support for EOL Python 3.8.
  * Dropped support for EOL PySide 2.
  * Type annotations are now provided. Note that because the Qt
    library used is defined at runtime, Qt classes are currently
    annotated as Any.
  * Fixed PySide6 exceptions / warnings about being unable to
    disconnect signals with qtbot.waitSignal (#552, #558).
  * Reduced the likelyhood of trouble when using
    qtbot.waitSignal(s) and qtbot.waitCallback where the
    signal/callback is emitted from a non-main thread. In theory,
    more problems remain and this isn't a proper fix yet. In
    practice, it seems impossible to provoke any problems in
    pytest-qt's testsuite.
- remove fix-pyside6-test.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-qt?expand=0&rev=42
2025-09-30 09:17:56 +00:00

18 KiB