Remove old comment
The recursion is caught in test_config
This commit is contained in:
parent
0528a800f2
commit
ea2b9f5596
@ -1035,7 +1035,6 @@ class TestCommand:
|
|||||||
@pytest.fixture(autouse=True)
|
@pytest.fixture(autouse=True)
|
||||||
def patch_aliases(self, config_stub):
|
def patch_aliases(self, config_stub):
|
||||||
"""Patch the aliases setting."""
|
"""Patch the aliases setting."""
|
||||||
# FIXME:conf use the real config so we can test the RecursionError
|
|
||||||
configtypes.Command.unvalidated = True
|
configtypes.Command.unvalidated = True
|
||||||
config_stub.val.aliases = {'alias': 'cmd1'}
|
config_stub.val.aliases = {'alias': 'cmd1'}
|
||||||
configtypes.Command.unvalidated = False
|
configtypes.Command.unvalidated = False
|
||||||
|
Loading…
Reference in New Issue
Block a user