Skip to content

Commit

Permalink
chore(internal): avoid pytest-asyncio deprecation warning (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jan 20, 2025
1 parent e176c10 commit 54d5d33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ testpaths = ["tests"]
addopts = "--tb=short"
xfail_strict = true
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "session"
filterwarnings = [
"error"
]
Expand Down

0 comments on commit 54d5d33

Please sign in to comment.