From dff7396f52d4540b6831ad8043d1aa4cc0136f15 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 22 Apr 2017 16:34:30 -0400 Subject: Update to pylint 1.7.1 --- tests/test_cmdline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_cmdline.py') diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py index 30fb06e..2378887 100644 --- a/tests/test_cmdline.py +++ b/tests/test_cmdline.py @@ -99,7 +99,7 @@ class BaseCmdLineTest(CoverageTest): # calls them with many. But most of them are just the defaults, which # we don't want to have to repeat in all tests. For each call, apply # the defaults. This lets the tests just mention the interesting ones. - for name, args, kwargs in m2.method_calls: + for name, _, kwargs in m2.method_calls: for k, v in self.DEFAULT_KWARGS.get(name, {}).items(): if k not in kwargs: kwargs[k] = v -- cgit v1.2.1