tests: Ignore "QIODevice::write: device not open".
This commit is contained in:
parent
a1b394d373
commit
1563693037
@ -75,6 +75,7 @@ def test_no_err_windows(caplog, exc, name, exc_text):
|
||||
@pytest.mark.qt_log_ignore(r'^QXcbConnection: XCB error: 8 \(BadMatch\), '
|
||||
r'sequence: \d+, resource id: \d+, major code: 42 '
|
||||
r'\(SetInputFocus\), minor code: 0$',
|
||||
r'^QIODevice::write: device not open',
|
||||
extend=True)
|
||||
@pytest.mark.parametrize('pre_text, post_text, expected', [
|
||||
('', '', 'exception'),
|
||||
|
Loading…
Reference in New Issue
Block a user