Skip to content

Commit

Permalink
fix: set asyncio_default_fixture_loop_scope (#3034)
Browse files Browse the repository at this point in the history
set this explicitly to prevent PytestDeprecationWarning

Signed-off-by: machichima <nary12321@gmail.com>
  • Loading branch information
machichima authored Jan 8, 2025
1 parent 556595a commit 4e93e36
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 @@ -94,6 +94,7 @@ exclude = ["boilerplate", "docs", "plugins", "tests*"]

[tool.pytest.ini_options]
norecursedirs = ["common", "workflows", "spark", "fsspec"]
asyncio_default_fixture_loop_scope = "function"
log_cli = false
log_cli_level = 20
markers = [
Expand Down

0 comments on commit 4e93e36

Please sign in to comment.