Fix pytest-asyncio DeprecationWarning (#126718)

This commit is contained in:
Marc Mueller 2024-09-25 09:30:57 +02:00 committed by GitHub
parent eccb7bb55f
commit 2339211403
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",