diff --git a/tests/integration/quteprocess.py b/tests/integration/quteprocess.py index 661473f33..d27424c53 100644 --- a/tests/integration/quteprocess.py +++ b/tests/integration/quteprocess.py @@ -259,7 +259,7 @@ class QuteProc(testprocess.Process): if skip_texts: pytest.skip(', '.join(skip_texts)) - def after_test(self, did_fail): + def after_test(self, did_fail): # pylint: disable=arguments-differ """Handle unexpected/skip logging and clean up after each test. Args: