Skip to content

Commit cd0d168

Browse files
pUrGe12arkid15r
andauthored
pyproject updates to fix warnings issued by pytest (#1130)
* updated pyproject to fix warnings issued by pytest * Update pyproject.toml --------- Co-authored-by: Arkadii Yakovets <[email protected]>
1 parent 5d905ed commit cd0d168

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
@@ -92,6 +92,7 @@ profile = "black"
9292

9393
[tool.pytest.ini_options]
9494
addopts = "--cov=nettacker --cov-config=pyproject.toml --cov-report term --cov-report xml --dist loadscope --no-cov-on-fail --numprocesses auto"
95+
asyncio_default_fixture_loop_scope = "function"
9596
testpaths = ["tests"]
9697

9798
[tool.ruff]

0 commit comments

Comments
 (0)