groq: fix warning filter for integration test (#20806)

This commit is contained in:
ccurme 2024-04-23 18:11:41 -04:00 committed by GitHub
parent 5a3c65a756
commit 06b04b80b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,7 +89,7 @@ markers = [
filterwarnings = [
"error",
'ignore::ResourceWarning:',
'ignore:The function `with_structured_output` is in beta',
'ignore:The method `ChatGroq.with_structured_output` is in beta',
# Maintain support for pydantic 1.X
'default:The `dict` method is deprecated; use `model_dump` instead:DeprecationWarning',
]