From 616c842f2f60d23a65f6a523a239efbafa3a9781 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 29 Jun 2015 23:16:42 +0200 Subject: [PATCH] tox: Update pytest-qt to 1.5.0. Upstream changelog: * Fixed log line number in messages, and provide better contextual information in Qt5 (#55, thanks @The-Compiler); * Fixed issue where exceptions inside a `waitSignals` or `waitSignal` with-statement block would be swallowed and a `SignalTimeoutError` would be raised instead. (#59, thanks @The-Compiler for bringing up the issue and providing a test case); * Fixed issue where the first usage of `qapp` fixture would return `None`. Thanks to @gqmelo for noticing and providing a PR; * New `qtlog` now sports a context manager method, `disabled` (#58). Thanks @The-Compiler for the idea and testing; --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e6f8184a4..f1cde0293 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ deps = py==1.4.30 pytest==2.7.2 pytest-capturelog==0.7 - pytest-qt==1.4.0 + pytest-qt==1.5.0 pytest-mock==0.6.0 pytest-html==1.3.1 commands =