mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Enable filterwarnings
This commit is contained in:
parent
9bced29923
commit
7e45f482d4
1 changed files with 3 additions and 3 deletions
|
|
@ -237,9 +237,9 @@ asyncio_mode = "auto"
|
|||
testpaths = [
|
||||
"tests",
|
||||
]
|
||||
#filterwarnings = [
|
||||
# "error",
|
||||
#]
|
||||
filterwarnings = [
|
||||
"error",
|
||||
]
|
||||
|
||||
[tool.coverage.run]
|
||||
branch = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue