summaryrefslogtreecommitdiff
path: root/tests/extensions
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2020-05-01 13:53:10 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-05-01 15:03:11 +0200
commitec2957f31e18a759c4b6202d3fdd78dcf1b28428 (patch)
tree5d8be55571692cc71df47c05c1e0bd667d900eca /tests/extensions
parent21519eae95cf95a9697100d0f189309c5870f784 (diff)
downloadpylint-git-ec2957f31e18a759c4b6202d3fdd78dcf1b28428.tar.gz
Disable redefined-outer-name necessary by design with pytest
Diffstat (limited to 'tests/extensions')
-rw-r--r--tests/extensions/test_check_mccabe.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/extensions/test_check_mccabe.py b/tests/extensions/test_check_mccabe.py
index d54776a66..dfb846b3d 100644
--- a/tests/extensions/test_check_mccabe.py
+++ b/tests/extensions/test_check_mccabe.py
@@ -8,6 +8,7 @@
# For details: https://github.com/PyCQA/pylint/blob/master/COPYING
"""Tests for the pylint checker in :mod:`pylint.extensions.check_mccabe"""
+# pylint: disable=redefined-outer-name
import os.path as osp