Skip to content

Commit 40c34b3

Browse files
Address pytest warning
1 parent e866e65 commit 40c34b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ disallow_untyped_defs = true
6262
warn_return_any = true
6363

6464
[tool.pytest.ini_options]
65+
asyncio_default_fixture_loop_scope = "function"
6566
asyncio_mode = "auto" # auto-detect async tests/fixtures
6667
addopts = "--tb=short"
6768
env = [

0 commit comments

Comments
 (0)