From e2c07d3cef1a2de60036ed6672b5c24ca494822c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 11 Sep 2015 07:35:29 +0200 Subject: [PATCH] tox: Update pytest-qt to 1.6.0. - Reduced verbosity when exceptions are captured in virtual methods. - `pytestqt.plugin` has been split in several files and tests have been moved out of the `pytestqt` package. This should not affect users, but it is worth mentioning nonetheless. - `QApplication.processEvents()` is now called before and after other fixtures and teardown hooks, to better try to avoid non-processed events from leaking from one test to the next. - Show Qt/PyQt/PySide versions in pytest header. - Disconnect SignalBlocker functions after its loop exits to ensure second emissions that call the internal functions on the now-garbage-collected SignalBlocker instance. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e84096794..be2bde1f5 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ deps = py==1.4.30 pytest==2.7.2 pytest-capturelog==0.7 - pytest-qt==1.5.1 + pytest-qt==1.6.0 pytest-mock==0.7.0 pytest-html==1.6 hypothesis==1.11.0