Skip to content

Commit 0378935

Browse files
committed
missing
1 parent b6f55c8 commit 0378935

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/service-library/tests/redis/test_distributed_locks_utils.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
wait_fixed,
2222
)
2323

24+
pytest_simcore_core_services_selection = [
25+
"redis",
26+
]
27+
pytest_simcore_ops_services_selection = [
28+
"redis-commander",
29+
]
30+
2431

2532
async def _sleep_task(sleep_interval: float, on_sleep_events: Mock) -> None:
2633
on_sleep_events(arrow.utcnow())

0 commit comments

Comments
 (0)