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

View file

@ -2,7 +2,7 @@ from pathlib import Path
import pytest
from _pytest.config import UsageError
from aioredis.connection import parse_url as parse_redis_url
from redis.asyncio.connection import parse_url as parse_redis_url
from aiogram import Bot, Dispatcher
from aiogram.dispatcher.fsm.storage.memory import (