Skip to content

Commit 0c6ed90

Browse files
authored
Merge pull request #701 from plugwise/tool_pytest_init
Solve pytest-depreciation-warning
2 parents 6fd4c97 + 7031318 commit 0c6ed90

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,3 +556,10 @@ forced-separate = [
556556
]
557557
combine-as-imports = true
558558
split-on-trailing-comma = false
559+
560+
[tool.pytest.ini_options]
561+
testpaths = [
562+
"tests",
563+
]
564+
asyncio_default_fixture_loop_scope = "session"
565+
asyncio_mode = "strict"

0 commit comments

Comments
 (0)