summaryrefslogtreecommitdiff
path: root/tests/test_regr.py
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-04-15 21:12:20 +0200
committerGitHub <noreply@github.com>2022-04-15 21:12:20 +0200
commit98bb5bf8ebf15fbce960533e5983a71351a1fe3f (patch)
treeb246d0334e8fafc388a3b593e71fd83387f4655e /tests/test_regr.py
parent8f8423f4efea3609ccdeb2dc3a022cbe2d4e63da (diff)
downloadpylint-git-98bb5bf8ebf15fbce960533e5983a71351a1fe3f.tar.gz
Several ``argparse`` related refactors (#6337)
* Update TODOs * Deprecate ``option_groups``
Diffstat (limited to 'tests/test_regr.py')
-rw-r--r--tests/test_regr.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_regr.py b/tests/test_regr.py
index 32f714b88..677f1912e 100644
--- a/tests/test_regr.py
+++ b/tests/test_regr.py
@@ -123,7 +123,8 @@ def test_check_package___init__(finalize_linter: PyLinter) -> None:
# pylint: disable-next=fixme
-# TODO: Optparse: Test are broken because of property shenanigans of config attribute
+# TODO: 3.0: Test are broken because of property shenanigans of config attribute
+# Renable after some of the old attributes have been removed after deprecation period
@pytest.mark.xfail
def test_pylint_config_attr() -> None:
mod = astroid.MANAGER.ast_from_module_name("pylint.lint.pylinter")