From a0a6b488e668f15e3686039d2d0d97b4fa042f52 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 8 Jan 2016 09:38:29 +0100 Subject: [PATCH] tox: Update pytest-qt to 1.11.0. - New qt_wait_signal_raising ini option can be used to override the default value of the raising parameter of the qtbot.waitSignal and qtbot.waitSignals functions when omitted: Calls which explicitly pass the raising parameter are not affected. - qtbot now has a new assertNotEmitted context manager which can be used to ensure the given signal is not emitted. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2c2c3bf75..5dfda62e3 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,7 @@ deps = pytest-faulthandler==1.3.0 pytest-html==1.7 pytest-mock==0.9.0 - pytest-qt==1.10.0 + pytest-qt==1.11.0 pytest-sugar==0.5.1 pytest-travis-fold==1.2.0 pytest-repeat==0.2