mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed tests with Redis // aioredis replacement
This commit is contained in:
parent
ddce04f45f
commit
bc20999429
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue