fix: set pytest-asyncio default fixture loop scope to function (#2758)

This commit is contained in:
Jeremiah Lowin 2025-12-26 15:56:30 -05:00 committed by GitHub
commit 5e0e6bbc49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -104,6 +104,7 @@ fallback-version = "0.0.0"
[tool.pytest.ini_options]
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
# filterwarnings = ["error::DeprecationWarning"]
filterwarnings = [
# Suppress OAuth in-memory token storage warnings in tests