Index: tools/telemetry/telemetry/testing/progress_reporter.py |
diff --git a/tools/telemetry/telemetry/testing/progress_reporter.py b/tools/telemetry/telemetry/testing/progress_reporter.py |
index ca04d2d63cb9ab1b37831e22c5d45a4f0c67802e..036192b173a6008bb31afdbd6f04d7c0afc81d00 100644 |
--- a/tools/telemetry/telemetry/testing/progress_reporter.py |
+++ b/tools/telemetry/telemetry/testing/progress_reporter.py |
@@ -46,7 +46,7 @@ class ProgressReporter(object): |
class TestSuite(unittest.TestSuite): |
"""TestSuite that can delegate start and stop calls to a TestResult object.""" |
- def run(self, result): # pylint: disable=W0221 |
+ def run(self, result): # pylint: disable=arguments-differ |
if hasattr(result, 'startTestSuite'): |
result.startTestSuite(self) |
result = super(TestSuite, self).run(result) |