summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-09-11 07:35:29 +0200
committerFlorian Bruhin <git@the-compiler.org>2015-09-11 07:35:29 +0200
commite2c07d3cef1a2de60036ed6672b5c24ca494822c (patch)
treec4eb5e8786358ef1ecb8da539511ed37b8fc6135
parentc4828cf67cebf91e649ebe45c4ce10daae976e94 (diff)
downloadqutebrowser-e2c07d3cef1a2de60036ed6672b5c24ca494822c.tar.gz
qutebrowser-e2c07d3cef1a2de60036ed6672b5c24ca494822c.zip
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.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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