Skip to content

Commit

Permalink
chore(internal): avoid pytest-asyncio deprecation warning (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jan 20, 2025
1 parent 39c985b commit a16aaa7
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 @@ -129,6 +129,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 a16aaa7

Please sign in to comment.