tox: Update pytest-qt to 1.9.0.
- Exception capturing now happens as early/late as possible in order to catch all possible exceptions (including fixtures). - Widgets registered by qtbot.addWidget are now closed before all other fixtures are tear down. - qtbot now has a new wait method which does a blocking wait while the event loop continues to run, similar to QTest::qWait. - raise RuntimeError instead of ImportError when failing to import any Qt binding: raising the latter causes pluggy in pytest-2.8 to generate a subtle warning instead of a full blown error.
This commit is contained in:
parent
998d78c5b9
commit
79e80afac8
Loading…
Reference in New Issue
Block a user