We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f225219 commit 8cadbbeCopy full SHA for 8cadbbe
services/dask-sidecar/tests/unit/test_utils_dask.py
@@ -49,7 +49,6 @@ async def test_publish_event(
49
monkeypatch: pytest.MonkeyPatch,
50
handler: mock.Mock | mock.AsyncMock,
51
):
52
- monkeypatch.setenv("DASK_SIDECAR_LOGLEVEL", "DEBUG")
53
event_to_publish = TaskProgressEvent(
54
job_id=job_id,
55
msg="the log",
0 commit comments