Skip to content

Commit 8d2c423

Browse files
fix: remove rabbit
1 parent abeab74 commit 8d2c423

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/celery-library/tests/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"pytest_simcore.docker_swarm",
3535
"pytest_simcore.environment_configs",
3636
"pytest_simcore.logging",
37-
"pytest_simcore.rabbit_service",
3837
"pytest_simcore.redis_service",
3938
"pytest_simcore.repository_paths",
4039
]
@@ -152,7 +151,6 @@ def _on_worker_stopped_wrapper(_: Celery, worker: WorkController, **_kwargs):
152151
queues="default",
153152
) as worker:
154153
yield worker
155-
worker.stop()
156154

157155

158156
@pytest.fixture

0 commit comments

Comments
 (0)