Skip to content

Commit 83b2026

Browse files
test: set default scope of pytest-asyncio loop fixture to function
function will be the default in a upcoming release
1 parent 8f51fba commit 83b2026

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
@@ -82,3 +82,4 @@ select = [
8282

8383
[tool.pytest.ini_options]
8484
testpaths = ["tests"]
85+
asyncio_default_fixture_loop_scope = "function"

0 commit comments

Comments
 (0)