Skip to content

Commit fc5de9a

Browse files
committed
Add pytest configuration for asyncio default fixture loop scope
1 parent dc91d5b commit fc5de9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ exclude = ["tests*"]
5353

5454
[tool.setuptools.package-data]
5555
"*" = ["*.cls"]
56+
57+
[tool.pytest.ini_options]
58+
asyncio_default_fixture_loop_scope = "class"

0 commit comments

Comments
 (0)