summaryrefslogtreecommitdiff
path: root/coverage/backunittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/backunittest.py')
-rw-r--r--coverage/backunittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/backunittest.py b/coverage/backunittest.py
index 242e9d39..078f48cc 100644
--- a/coverage/backunittest.py
+++ b/coverage/backunittest.py
@@ -18,7 +18,7 @@ class TestCase(unittest.TestCase):
`unittest` doesn't have them.
"""
- # pylint: disable=missing-docstring
+ # pylint: disable=arguments-differ, deprecated-method
if not unittest_has('assertCountEqual'):
def assertCountEqual(self, *args, **kwargs):