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
|
.PHONY: install
|
||||||
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
|
$(py) pre-commit install
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ from pathlib import Path
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from _pytest.config import UsageError
|
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 import Bot, Dispatcher
|
||||||
from aiogram.dispatcher.fsm.storage.memory import (
|
from aiogram.dispatcher.fsm.storage.memory import (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue