mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
chore: warnings shall not pass v2
This commit is contained in:
parent
76259ffcc4
commit
cb68075f70
1 changed files with 4 additions and 0 deletions
|
|
@ -240,6 +240,10 @@ asyncio_mode = "auto"
|
|||
testpaths = [
|
||||
"tests",
|
||||
]
|
||||
filterwarnings = [
|
||||
"error",
|
||||
"ignore::pytest.PytestUnraisableExceptionWarning",
|
||||
]
|
||||
|
||||
[tool.coverage.run]
|
||||
branch = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue