From 48808e59cbfee78b1d397ae9ec7c1852eac81e52 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 21 Jun 2018 22:22:04 +0200 Subject: Re-add waiting for QQuickWidget Apparently this is still needed on some PyQt versions. (cherry picked from commit 9a5439e5d09c0840918ad37c72e25f9edaef8b2d) --- tests/end2end/fixtures/quteprocess.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py index 0c560cf51..7d1cd2394 100644 --- a/tests/end2end/fixtures/quteprocess.py +++ b/tests/end2end/fixtures/quteprocess.py @@ -361,6 +361,9 @@ class QuteProc(testprocess.Process): "Focus object changed: " "", + # Qt >= 5.11 with workarounds + "Focus object changed: " + "", ] if (log_line.category == 'ipc' and -- cgit v1.2.3-54-g00ecf