mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Fix pytest-asyncio DeprecationWarning (#126718)
This commit is contained in:
parent
eccb7bb55f
commit
2339211403
@ -446,6 +446,7 @@ norecursedirs = [
|
|||||||
log_format = "%(asctime)s.%(msecs)03d %(levelname)-8s %(threadName)s %(name)s:%(filename)s:%(lineno)s %(message)s"
|
log_format = "%(asctime)s.%(msecs)03d %(levelname)-8s %(threadName)s %(name)s:%(filename)s:%(lineno)s %(message)s"
|
||||||
log_date_format = "%Y-%m-%d %H:%M:%S"
|
log_date_format = "%Y-%m-%d %H:%M:%S"
|
||||||
asyncio_mode = "auto"
|
asyncio_mode = "auto"
|
||||||
|
asyncio_default_fixture_loop_scope = "function"
|
||||||
filterwarnings = [
|
filterwarnings = [
|
||||||
"error::sqlalchemy.exc.SAWarning",
|
"error::sqlalchemy.exc.SAWarning",
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user