diff --git a/Makefile b/Makefile index c0508fea..545af8e7 100644 --- a/Makefile +++ b/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 diff --git a/tests/conftest.py b/tests/conftest.py index 698ee5cf..e2afa7a9 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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 (