diff options
author | Florian Bruhin <git@the-compiler.org> | 2017-03-29 15:56:59 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2017-03-31 13:05:34 +0200 |
commit | 7dba877354271898c4f3669a5e0455805e8df7bb (patch) | |
tree | b7130b28550b80649a424970ef66c09547fafbfb /pytest.ini | |
parent | 2884277dbd2273506b6fd13fab3942e2cfa283ff (diff) | |
download | qutebrowser-7dba877354271898c4f3669a5e0455805e8df7bb.tar.gz qutebrowser-7dba877354271898c4f3669a5e0455805e8df7bb.zip |
tests: Update "Unable to set geometry" ignore
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini index 2f7ee1f1b..905bca52c 100644 --- a/pytest.ini +++ b/pytest.ini @@ -29,7 +29,7 @@ qt_log_level_fail = WARNING qt_log_ignore = ^SpellCheck: .* ^SetProcessDpiAwareness failed: .* - ^QWindowsWindow::setGeometryDp: Unable to set geometry .* + ^QWindowsWindow::setGeometry(Dp)?: Unable to set geometry .* ^QProcess: Destroyed while process .* is still running\. ^"Method "GetAll" with signature "s" on interface "org\.freedesktop\.DBus\.Properties" doesn't exist ^"Method \\"GetAll\\" with signature \\"s\\" on interface \\"org\.freedesktop\.DBus\.Properties\\" doesn't exist\\n" |