From d00750126e8f28c799c861b8f2647843430fcaaf Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Wed, 28 Sep 2016 15:50:44 +0200 Subject: [PATCH] remove superfluous pass statement --- tests/end2end/test_invocations.py | 1 - 1 file changed, 1 deletion(-) 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