Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit cfde782

Browse files
authored
Merge pull request #662 from bbrowning/asyncio-pytest-fixture-default
Default the pytest asyncio fixture loop scope
2 parents 36f4472 + 2d5048a commit cfde782

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ exclude = [
103103
follow_imports = "silent"
104104

105105
[tool.pytest.ini_options]
106+
asyncio_default_fixture_loop_scope = "function"
106107
markers = [
107108
"gpu: marks tests that should run with gpus (deselect with '-m \"not gpu\"')",
108109
]

0 commit comments

Comments
 (0)