🔧 Update pytest.ini_options to pass tests.

This commit is contained in:
BalconyJH 2024-11-01 00:46:19 +08:00
parent a752b30e7a
commit 91f30f984c
No known key found for this signature in database
GPG Key ID: FF602923BD2A1FAF

View File

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