Skip to content

Commit

Permalink
requires redis dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Nov 4, 2024
1 parent 4ec7b1b commit 5840358
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
from pytest_simcore.helpers.postgres_tools import PostgresTestConfig
from pytest_simcore.helpers.typing_env import EnvVarsDict
from settings_library.rabbit import RabbitSettings
from settings_library.redis import RedisSettings
from starlette import status
from starlette.testclient import TestClient
from yarl import URL
Expand Down Expand Up @@ -87,6 +88,7 @@ def minimal_configuration(
postgres_db: sa.engine.Engine,
postgres_host_config: PostgresTestConfig,
rabbit_service: RabbitSettings,
redis_service: RedisSettings,
simcore_services_ready: None,
storage_service: URL,
) -> None:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"migration",
"postgres",
"rabbit",
"redis",
"storage",
"redis",
]
Expand Down

0 comments on commit 5840358

Please sign in to comment.