mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Ignore PytestUnraisableExceptionWarning again
This commit is contained in:
parent
7e45f482d4
commit
5b59ca679a
1 changed files with 1 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ testpaths = [
|
||||||
]
|
]
|
||||||
filterwarnings = [
|
filterwarnings = [
|
||||||
"error",
|
"error",
|
||||||
|
"ignore::pytest.PytestUnraisableExceptionWarning",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.coverage.run]
|
[tool.coverage.run]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue