We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62d687 commit d4a4546Copy full SHA for d4a4546
1 file changed
pyproject.toml
@@ -63,6 +63,10 @@ exclude = [".github/**", "ci/**", ".asf.yaml"]
63
locked = true
64
features = ["substrait"]
65
66
+[tool.pytest.ini_options]
67
+asyncio_mode = "auto"
68
+asyncio_default_fixture_loop_scope = "function"
69
+
70
# Enable docstring linting using the google style guide
71
[tool.ruff.lint]
72
select = ["ALL" ]
0 commit comments