Skip to content

Commit

Permalink
chore:update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed May 3, 2024
1 parent 351f549 commit f8df5cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ usedevelop = True
passenv = DOCKER_HOST
commands =
poetry install --extras "lua json bf" -v
podman run -d -p 6380:6379 --name redis7 redis/redis-stack-server:7.2.0-v6
podman run -d -p 6380:6379 --name redis7fakeredis redis/redis-stack-server:7.2.0-v6
poetry run pytest -v
podman stop redis7
podman rm redis7
podman stop redis7fakeredis
podman rm redis7fakeredis

0 comments on commit f8df5cf

Please sign in to comment.