mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Fix pytest-asyncio DeprecationWarning (#126718)
This commit is contained in:
@@ -446,6 +446,7 @@ norecursedirs = [
|
||||
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"
|
||||
asyncio_mode = "auto"
|
||||
asyncio_default_fixture_loop_scope = "function"
|
||||
filterwarnings = [
|
||||
"error::sqlalchemy.exc.SAWarning",
|
||||
|
||||
|
Reference in New Issue
Block a user