mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 06:24:18 +02:00
fix: set pytest-asyncio default fixture loop scope to function (#2758)
This commit is contained in:
parent
4519ef734d
commit
5e0e6bbc49
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue