summaryrefslogtreecommitdiff
path: root/tests/unittest_reporting.py
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-11-23 20:10:29 +0100
committerGitHub <noreply@github.com>2021-11-23 20:10:29 +0100
commitd58a7c019df0bde1ae5edde35a628b861715c758 (patch)
treea5479c14dfab21689a8b538f510fdde7ae1ad664 /tests/unittest_reporting.py
parent2c687133e4fcdd73ae3afa2e79be2160b150bb82 (diff)
downloadpylint-git-d58a7c019df0bde1ae5edde35a628b861715c758.tar.gz
Fix typo in pylintrc for useless-suppression (#5303)
* Fix typo in pylintrc for useless-suppression * Fix CI for information messages * Remove useless disables * Update CI and docs for 3.8+ Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'tests/unittest_reporting.py')
-rw-r--r--tests/unittest_reporting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittest_reporting.py b/tests/unittest_reporting.py
index 7400be9e5..22fdc905c 100644
--- a/tests/unittest_reporting.py
+++ b/tests/unittest_reporting.py
@@ -58,7 +58,7 @@ def test_template_option(linter):
def test_deprecation_set_output(recwarn):
- """TODO remove in 3.0""" # pylint: disable=fixme
+ """TODO remove in 3.0"""
reporter = BaseReporter()
# noinspection PyDeprecation
reporter.set_output(sys.stdout)