Skip to content

Commit 211f0d4

Browse files
committed
remove signals
1 parent 6607fe9 commit 211f0d4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

services/storage/tests/conftest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,12 +1018,8 @@ async def with_storage_celery_worker_controller(
10181018
perform_ping_check=False,
10191019
queues="default,cpu_bound",
10201020
) as worker:
1021-
worker_init.send(sender=worker)
1022-
10231021
yield worker
10241022

1025-
worker_shutdown.send(sender=worker)
1026-
10271023

10281024
@pytest.fixture
10291025
def with_storage_celery_worker(

0 commit comments

Comments
 (0)