mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix warning about asyncio marker (#1078)
This commit is contained in:
parent
491c2ca677
commit
64eb41db96
11 changed files with 1 additions and 24 deletions
|
|
@ -6,10 +6,7 @@ from redis.asyncio.connection import Connection, ConnectionPool
|
|||
|
||||
from aiogram.contrib.fsm_storage.memory import MemoryStorage
|
||||
from aiogram.contrib.fsm_storage.redis import RedisStorage, RedisStorage2
|
||||
from aiogram.types import Chat, User
|
||||
from tests.types.dataset import CHAT, USER
|
||||
|
||||
pytestmark = pytest.mark.asyncio
|
||||
|
||||
@pytest_asyncio.fixture()
|
||||
@pytest.mark.redis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue