Skip to content

Commit ae6600b

Browse files
formatting fix
1 parent 28551f3 commit ae6600b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def redis_container(request):
2525
workerinput = getattr(request.config, "workerinput", {})
2626
worker_id = workerinput.get("workerid", "master")
2727

28-
2928
# Set the Compose project name so containers do not clash across workers
3029
os.environ["COMPOSE_PROJECT_NAME"] = f"redis_test_{worker_id}"
3130
os.environ.setdefault("REDIS_IMAGE", "redis/redis-stack-server:latest")

0 commit comments

Comments
 (0)