diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-05-01 13:53:10 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-05-01 15:03:11 +0200 |
commit | ec2957f31e18a759c4b6202d3fdd78dcf1b28428 (patch) | |
tree | 5d8be55571692cc71df47c05c1e0bd667d900eca /tests/test_regr.py | |
parent | 21519eae95cf95a9697100d0f189309c5870f784 (diff) | |
download | pylint-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.py | 1 |
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 |