File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
services/director-v2/tests/unit Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 2020from dask_task_models_library .container_tasks .docker import DockerBasicAuth
2121from dask_task_models_library .container_tasks .errors import TaskCancelledError
2222from dask_task_models_library .container_tasks .events import (
23- TaskLogEvent ,
2423 TaskProgressEvent ,
2524)
2625from dask_task_models_library .container_tasks .io import (
@@ -1104,9 +1103,7 @@ def fake_remote_fct(
11041103 s3_settings : S3Settings | None ,
11051104 ) -> TaskOutputData :
11061105 progress_pub = distributed .Pub (TaskProgressEvent .topic_name ())
1107- logs_pub = distributed .Pub (TaskLogEvent .topic_name ())
11081106 progress_pub .put ("my name is progress" )
1109- logs_pub .put ("my name is logs" )
11101107 # tell the client we are done
11111108 published_event = Event (name = _DASK_START_EVENT )
11121109 published_event .set ()
You can’t perform that action at this time.
0 commit comments