Remove old comment

The recursion is caught in test_config
This commit is contained in:
Florian Bruhin 2017-07-04 09:17:41 +02:00
parent 0528a800f2
commit ea2b9f5596

View File

@ -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