Skip to content

Commit c3ee8e3

Browse files
committed
Fixture scope fix
1 parent d745c94 commit c3ee8e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pyproject_generation/pyproject_template.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ no_site_packages = false
103103
[tool.pytest.ini_options]
104104
minversion = "8.3"
105105
asyncio_mode = "strict"
106-
asyncio_default_fixture_loop_scope = "function"
106+
asyncio_default_fixture_loop_scope = "session"
107107

108108
[tool.coverage.paths]
109109
source = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ no_site_packages = false
151151
[tool.pytest.ini_options]
152152
minversion = "8.3"
153153
asyncio_mode = "strict"
154-
asyncio_default_fixture_loop_scope = "function"
154+
asyncio_default_fixture_loop_scope = "session"
155155

156156
[tool.coverage.paths]
157157
source = [

0 commit comments

Comments
 (0)