From 9a5439e5d09c0840918ad37c72e25f9edaef8b2d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 21 Jun 2018 22:22:04 +0200 Subject: [PATCH] Re-add waiting for QQuickWidget Apparently this is still needed on some PyQt versions. --- 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 7311c7b38..4101e6142 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