pytest-dev / pytest-qt

pytest plugin for Qt (PyQt5/PyQt6 and PySide2/PySide6) application testing
https://pytest-qt.readthedocs.io
MIT License
409 stars 70 forks source link

Fix Qt 6 test failures #339

Closed The-Compiler closed 3 years ago

The-Compiler commented 3 years ago

Looks like the build passed in the PR (#330) but then started failing with the merge to master (996b9d617fd3585e43693744bb851acbed0fd1df).

The former used PySide6 6.0.0 while the latter used PySide6 6.0.1 - I suspect that broke those tests.

The-Compiler commented 3 years ago

cc @jensheilman :slightly_smiling_face:

nicoddemus commented 3 years ago

Thanks @The-Compiler! I've been meaning to get to this, but time has been short lately. 🙇