From ea2b9f55963999f8bf52c48a0269eb6c93a6f8df Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 4 Jul 2017 09:17:41 +0200 Subject: [PATCH] Remove old comment The recursion is caught in test_config --- tests/unit/config/test_configtypes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/config/test_configtypes.py b/tests/unit/config/test_configtypes.py index e2c4955a7..4756e657d 100644 --- a/tests/unit/config/test_configtypes.py +++ b/tests/unit/config/test_configtypes.py @@ -1035,7 +1035,6 @@ class TestCommand: @pytest.fixture(autouse=True) def patch_aliases(self, config_stub): """Patch the aliases setting.""" - # FIXME:conf use the real config so we can test the RecursionError configtypes.Command.unvalidated = True config_stub.val.aliases = {'alias': 'cmd1'} configtypes.Command.unvalidated = False