Skip to content

Commit bcbc455

Browse files
committed
no need for redis
1 parent c3b9fa0 commit bcbc455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/storage/tests/unit/test_rpc_handlers_paths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
from simcore_service_storage.modules.celery.worker import CeleryTaskQueueWorker
4646
from simcore_service_storage.simcore_s3_dsm import SimcoreS3DataManager
4747

48-
pytest_simcore_core_services_selection = ["postgres", "rabbit", "redis"]
48+
pytest_simcore_core_services_selection = ["postgres", "rabbit"]
4949
pytest_simcore_ops_services_selection = ["adminer"]
5050

5151
_IsFile: TypeAlias = bool

0 commit comments

Comments
 (0)