Fix lint.
This commit is contained in:
parent
774bcbf6b3
commit
eb692ba7f6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user