Skip to content

PyQt5 support

Compare
Choose a tag to compare
@nicoddemus nicoddemus released this 03 Apr 20:55
· 937 commits to master since this release

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!