Skip test_guiprocess:test_error on Windows.
Waiting for a new pytest-qt release which will probably fix this.
This commit is contained in:
parent
69f6822c82
commit
9cabd4828c
@ -120,6 +120,8 @@ def test_cmd_args(fake_proc):
|
||||
assert (fake_proc.cmd, fake_proc.args) == (cmd, args)
|
||||
|
||||
|
||||
# WORKAROUND for https://github.com/pytest-dev/pytest-qt/issues/67
|
||||
@pytest.mark.skipif(os.name == 'nt', reason="Test is flaky on Windows...")
|
||||
def test_error(qtbot, proc, caplog):
|
||||
"""Test the process emitting an error."""
|
||||
with caplog.atLevel(logging.ERROR, 'message'):
|
||||
|
Loading…
Reference in New Issue
Block a user