Skip to content

Commit e912330

Browse files
committed
Avoid warnings when running test pipeline
1 parent 6d4e9c0 commit e912330

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
@@ -119,6 +119,7 @@ version_file = "src/codemodder/_version.py"
119119
[tool.pytest.ini_options]
120120
# Ignore integration tests and ci tests by default
121121
testpaths = ["tests"]
122+
asyncio_default_fixture_loop_scope = "function"
122123

123124
[tool.black]
124125
extend-exclude = '''

0 commit comments

Comments
 (0)