Fix lint.

This commit is contained in:
Florian Bruhin 2016-02-04 07:10:06 +01:00
parent 774bcbf6b3
commit eb692ba7f6

View File

@ -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: