pytest-qt now supports PyQt5!
Which Qt api will be used is still detected automatically, but you can choose one using the PYTEST_QT_API
environment variable (the old PYTEST_QT_FORCE_PYQT
is still supported for backward compatibility).
Many thanks to @jdreaver for helping to test this release!