mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix warning about asyncio marker
This commit is contained in:
parent
ae534298e5
commit
003c2b2c23
11 changed files with 1 additions and 24 deletions
|
|
@ -20,6 +20,7 @@ def pytest_addoption(parser):
|
|||
default=None,
|
||||
help="run tests which require redis connection",
|
||||
)
|
||||
parser.addini("asyncio_mode", "", default='auto')
|
||||
|
||||
|
||||
def pytest_configure(config):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue