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 3bb2c6b commit 964a22eCopy full SHA for 964a22e
services/storage/tests/unit/modules/celery/conftest.py
@@ -9,11 +9,11 @@
9
from pytest_simcore.helpers.monkeypatch_envs import setenvs_from_dict
10
from pytest_simcore.helpers.typing_env import EnvVarsDict
11
from simcore_service_storage.modules.celery.client import CeleryTaskQueueClient
12
-from simcore_service_storage.modules.celery.worker import CeleryTaskQueueWorker
13
-from simcore_service_storage.modules.celery.worker_main import (
+from simcore_service_storage.modules.celery.signals import (
14
on_worker_init,
15
on_worker_shutdown,
16
)
+from simcore_service_storage.modules.celery.worker import CeleryTaskQueueWorker
17
18
19
@pytest.fixture
0 commit comments