summaryrefslogtreecommitdiff
path: root/tests/test_regr.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2020-04-20 20:06:08 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-04-20 21:58:08 +0200
commit6a4402877bf6bf406da2dd1a84c691a63bcb15fa (patch)
tree6f2257792ef0af1d70f55a4f0e660e41b08e0140 /tests/test_regr.py
parent809eaee6d4e34ff4acc52562a8efcd04c41cbbc6 (diff)
downloadpylint-git-6a4402877bf6bf406da2dd1a84c691a63bcb15fa.tar.gz
[tests lint] Fix all W0613 unused-argument in pylint's own tests
Diffstat (limited to 'tests/test_regr.py')
-rw-r--r--tests/test_regr.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_regr.py b/tests/test_regr.py
index e91d4464b..727b96a75 100644
--- a/tests/test_regr.py
+++ b/tests/test_regr.py
@@ -33,12 +33,12 @@ except AttributeError:
@pytest.fixture(scope="module")
-def reporter(reporter):
+def reporter():
return testutils.TestReporter
@pytest.fixture(scope="module")
-def disable(disable):
+def disable():
return ["I"]