Add missing not_frozen mark in test_guiprocess.
This should fix test failures when frozen.
This commit is contained in:
parent
fcf94fd527
commit
fc3a3ea8c6
@ -220,6 +220,7 @@ def test_exit_unsuccessful_output(qtbot, proc, caplog, py_proc, stream):
|
||||
assert caplog.records[1].msg == 'Process {}:\ntest'.format(stream)
|
||||
|
||||
|
||||
@pytest.mark.not_frozen
|
||||
@pytest.mark.parametrize('stream', ['stdout', 'stderr'])
|
||||
def test_exit_successful_output(qtbot, proc, py_proc, stream):
|
||||
"""When a process suceeds, no output should be logged.
|
||||
|
Loading…
Reference in New Issue
Block a user