summaryrefslogtreecommitdiff
path: root/tests/test_self.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-01 19:56:15 +0200
committerGitHub <noreply@github.com>2022-05-01 19:56:15 +0200
commit76b853836801188667cf47f45b45493ef27d178c (patch)
treeb7e842c4b2b1aefde1740f5d77f3b4b77578f742 /tests/test_self.py
parente1769bd44631374eab4f9176f51cc64a7051f316 (diff)
downloadpylint-git-76b853836801188667cf47f45b45493ef27d178c.tar.gz
Disable fixme for internal uses before we make it optional in #3512 (#6482)
Diffstat (limited to 'tests/test_self.py')
-rw-r--r--tests/test_self.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_self.py b/tests/test_self.py
index 5e8a40c2d..a186174f1 100644
--- a/tests/test_self.py
+++ b/tests/test_self.py
@@ -253,7 +253,6 @@ class TestRunTC:
def test_parallel_execution_missing_arguments(self) -> None:
self._runtest(["-j 2", "not_here", "not_here_too"], code=1)
- # pylint: disable-next=fixme
# TODO: PY3.7: Turn off abbreviations in ArgumentsManager after 3.7 support has been dropped
# argparse changed behaviour with abbreviations on/off in 3.8+ so we can't
@pytest.mark.xfail