Update pytest configuration.

This commit is contained in:
BalconyJH 2024-12-21 20:53:30 +08:00
parent eb6d2bcddb
commit d6b84a015f
No known key found for this signature in database
GPG Key ID: FF602923BD2A1FAF

View File

@ -137,6 +137,7 @@ disableBytesTypePromotions = true
[tool.pytest.ini_options] [tool.pytest.ini_options]
asyncio_mode = "auto" asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "session"
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]