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\), '
|
@pytest.mark.qt_log_ignore(r'^QXcbConnection: XCB error: 8 \(BadMatch\), '
|
||||||
r'sequence: \d+, resource id: \d+, major code: 42 '
|
r'sequence: \d+, resource id: \d+, major code: 42 '
|
||||||
r'\(SetInputFocus\), minor code: 0$',
|
r'\(SetInputFocus\), minor code: 0$',
|
||||||
|
r'^QIODevice::write: device not open',
|
||||||
extend=True)
|
extend=True)
|
||||||
@pytest.mark.parametrize('pre_text, post_text, expected', [
|
@pytest.mark.parametrize('pre_text, post_text, expected', [
|
||||||
('', '', 'exception'),
|
('', '', 'exception'),
|
||||||
|
Loading…
Reference in New Issue
Block a user