summaryrefslogtreecommitdiff
path: root/tests/test_regr.py
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/test_regr.py
parent21519eae95cf95a9697100d0f189309c5870f784 (diff)
downloadpylint-git-ec2957f31e18a759c4b6202d3fdd78dcf1b28428.tar.gz
Disable redefined-outer-name necessary by design with pytest
Diffstat (limited to 'tests/test_regr.py')
-rw-r--r--tests/test_regr.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_regr.py b/tests/test_regr.py
index 7f6cc5b1a..893c9f847 100644
--- a/tests/test_regr.py
+++ b/tests/test_regr.py
@@ -15,6 +15,7 @@
"""non regression tests for pylint, which requires a too specific configuration
to be incorporated in the automatic functional test framework
"""
+# pylint: disable=redefined-outer-name
import os
import sys