Skip to content

Commit

Permalink
build(pyproject.toml): asyncio_default_fixture_loop_scope = "function"
Browse files Browse the repository at this point in the history
Signed-off-by: Eden Ross Duff, MSc <[email protected]>
  • Loading branch information
rjdbcm authored Aug 23, 2024
1 parent db49f4e commit 6ff7990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ exclude = [
[tool.pytest.ini_options]
filterwarnings = ["error","ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning"]
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
log_cli = true
log_cli_date_format = "%Y-%m-%d %H:%M:%S"
log_cli_format = "%(asctime)s [%(levelname)8s] %(name)s: %(message)s (%(filename)s:%(lineno)s)"
Expand Down

0 comments on commit 6ff7990

Please sign in to comment.