Remove old monkeypatch
This commit is contained in:
parent
f4017eb5b6
commit
c652b0f96c
@ -47,7 +47,6 @@ class TestCommandParser:
|
|||||||
if not cmdline_test.cmd:
|
if not cmdline_test.cmd:
|
||||||
pytest.skip("Empty command")
|
pytest.skip("Empty command")
|
||||||
|
|
||||||
monkeypatch.setattr(configtypes.Command, 'unvalidated', True)
|
|
||||||
config_stub.val.aliases = {'alias_name': cmdline_test.cmd}
|
config_stub.val.aliases = {'alias_name': cmdline_test.cmd}
|
||||||
|
|
||||||
parser = runners.CommandParser()
|
parser = runners.CommandParser()
|
||||||
|
Loading…
Reference in New Issue
Block a user