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