mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 06:48:50 +00:00
community[patch]: fix main unit tests (#26189)
This commit is contained in:
@@ -120,6 +120,11 @@ def test_serializable_mapping() -> None:
|
||||
"bedrock",
|
||||
"ChatBedrock",
|
||||
),
|
||||
("langchain_google_genai", "chat_models", "ChatGoogleGenerativeAI"): (
|
||||
"langchain_google_genai",
|
||||
"chat_models",
|
||||
"ChatGoogleGenerativeAI",
|
||||
),
|
||||
}
|
||||
serializable_modules = import_all_modules("langchain")
|
||||
|
||||
|
@@ -93,6 +93,9 @@ def test_test_group_dependencies(poetry_conf: Mapping[str, Any]) -> None:
|
||||
"responses",
|
||||
"syrupy",
|
||||
"requests-mock",
|
||||
# TODO: Hack to get around cffi 1.17.1 not working with py3.9, remove when
|
||||
# fix is released.
|
||||
"cffi",
|
||||
]
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user