Skip to content

Commit d075ad2

Browse files
authored
core[patch]: specify default event loop scope in pyproject.toml (#30543)
Specify default event loop scope
1 parent f23c3e2 commit d075ad2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/core/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ addopts = "--snapshot-warn-unused --strict-markers --strict-config --durations=5
9191
markers = [ "requires: mark tests as requiring a specific library", "compile: mark placeholder test used to compile integration tests without running them",]
9292
asyncio_mode = "auto"
9393
filterwarnings = [ "ignore::langchain_core._api.beta_decorator.LangChainBetaWarning",]
94+
asyncio_default_fixture_loop_scope = "function"
9495

9596
[tool.ruff.lint.pep8-naming]
9697
classmethod-decorators = [ "classmethod", "langchain_core.utils.pydantic.pre_init", "pydantic.field_validator", "pydantic.v1.root_validator",]

0 commit comments

Comments
 (0)