File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,6 +95,10 @@ async def fake_close_stream_writer(writer):
9595 return None
9696
9797 monkeypatch .setattr ("ezmsg.core.commands.start.subprocess.Popen" , DummyPopen )
98+ monkeypatch .setattr (
99+ "ezmsg.core.commands.start.require_dashboard_dependency" ,
100+ lambda : object (),
101+ )
98102 monkeypatch .setattr (
99103 "ezmsg.core.commands.start.GraphService.open_connection" , fake_open_connection
100104 )
@@ -133,6 +137,10 @@ async def fake_close_stream_writer(writer):
133137 return None
134138
135139 monkeypatch .setattr ("ezmsg.core.commands.start.subprocess.Popen" , DummyPopen )
140+ monkeypatch .setattr (
141+ "ezmsg.core.commands.start.require_dashboard_dependency" ,
142+ lambda : object (),
143+ )
136144 monkeypatch .setattr (
137145 "ezmsg.core.commands.start.GraphService.open_connection" , fake_open_connection
138146 )
You can’t perform that action at this time.
0 commit comments