Skip to content

Commit

Permalink
Remove warning ignore from pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
WonderPG committed Dec 19, 2024
1 parent 14c2ea8 commit 01a2fcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ filterwarnings = [
"ignore:Mean of empty slice:RuntimeWarning",
"ignore:Degrees of freedom:RuntimeWarning",
"ignore:Exception ignored in:pytest.PytestUnraisableExceptionWarning",
"ignore:This API is in beta:langchain_core._api.beta_decorator.LangChainBetaWarning",
"ignore:The configuration option 'asyncio_default_fixture_loop_scope' is unset."
]

Expand Down

0 comments on commit 01a2fcb

Please sign in to comment.