From e9a0dffe3b96e593b21df680542e5658ab19a81e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 17 Dec 2015 06:59:13 +0100 Subject: [PATCH] tox: Update pytest-qt to 1.10.0. - SignalBlocker now has a args attribute with the arguments of the signal that triggered it, or None on a time out. - MultiSignalBlocker is now properly disconnects from signals upon exit. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2c0facef6..eee024f07 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.9.0 + pytest-qt==1.10.0 pytest-sugar==0.5.1 pytest-travis-fold==1.2.0 six==1.10.0