diff --git a/tests/end2end/test_invocations.py b/tests/end2end/test_invocations.py index 1805420c2..b7809779a 100644 --- a/tests/end2end/test_invocations.py +++ b/tests/end2end/test_invocations.py @@ -198,7 +198,6 @@ def test_version(request): proc.wait_for_quit() except ProcessExited: assert proc.proc.exitStatus() == QProcess.NormalExit - pass else: assert False