We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2e00c commit 0020ab1Copy full SHA for 0020ab1
tests/conftest.py
@@ -42,7 +42,7 @@ def redis_container(worker_id):
42
"""
43
# Set the Compose project name so containers do not clash across workers
44
os.environ["COMPOSE_PROJECT_NAME"] = f"redis_test_{worker_id}"
45
- os.environ.setdefault("REDIS_IMAGE", "redis:latest")
+ os.environ.setdefault("REDIS_IMAGE", "redis/redis-stack-server:latest")
46
47
compose = DockerCompose(
48
context="tests",
0 commit comments