From cdbd5e68ac9718d38709e6b6a388fb35edab532f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 31 May 2018 10:50:38 -0400 Subject: A few cleanups --- tests/test_farm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_farm.py b/tests/test_farm.py index 1b52bc29..83681260 100644 --- a/tests/test_farm.py +++ b/tests/test_farm.py @@ -103,7 +103,7 @@ class FarmTestCase(ModuleAwareMixin, SysPathAwareMixin, unittest.TestCase): """Here to make unittest.TestCase happy, but will never be invoked.""" raise Exception("runTest isn't used in this class!") - def __call__(self): + def __call__(self): # pylint: disable=arguments-differ """Execute the test from the run.py file.""" if _TEST_NAME_FILE: # pragma: debugging with open(_TEST_NAME_FILE, "w") as f: -- cgit v1.2.1