From f19ba277d6bf8c44d70f8426a4e11f2386da6f03 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 24 Jul 2015 14:56:00 +0200 Subject: [PATCH] tests: Ignore QProcess warning. --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 89f770d53..c0f94d3ce 100644 --- a/pytest.ini +++ b/pytest.ini @@ -25,3 +25,4 @@ qt_log_ignore = ^SpellCheck: .* ^SetProcessDpiAwareness failed: .* ^QWindowsWindow::setGeometryDp: Unable to set geometry .* + ^QProcess: Destroyed while process .* is still running\.