Fixed tests with Redis // aioredis replacement

This commit is contained in:
Alex Root Junior 2022-04-11 13:38:40 +03:00
parent ddce04f45f
commit bc20999429
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ help:
.PHONY: install
install:
poetry install -E fast -E redis -E proxy -E i18n -E docs
poetry install -E fast -E redis -E proxy -E i18n -E docs --remove-untracked
$(py) pre-commit install
.PHONY: clean