Skip to content

Commit

Permalink
update redis
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Oct 17, 2024
1 parent a00e698 commit 018ecb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ usedevelop = True
passenv = DOCKER_HOST
commands =
poetry install --extras "lua json bf" -v
podman run -d -p 6390:6379 --name redis7fakeredis redis/redis-stack-server:7.4.0-v0
podman run -d -p 6390:6379 --name redis7fakeredis redis/redis-stack-server:7.4.0-v1
poetry run pytest -v
podman stop redis7fakeredis
podman rm redis7fakeredis
Expand Down

0 comments on commit 018ecb6

Please sign in to comment.