mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 02:03:04 +00:00
Remove warnings about pytest asyncio mode
This commit is contained in:
parent
a0dbbcfd5d
commit
655b3a2d48
134 changed files with 30 additions and 517 deletions
|
|
@ -3,7 +3,6 @@ import pytest
|
|||
from aiogram.utils.backoff import Backoff, BackoffConfig
|
||||
|
||||
BACKOFF_CONFIG = BackoffConfig(min_delay=0.1, max_delay=1.0, factor=2.0, jitter=0.0)
|
||||
pytestmark = pytest.mark.asyncio
|
||||
|
||||
|
||||
class TestBackoffConfig:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue