We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6d337 commit 98e10e6Copy full SHA for 98e10e6
pkgs/development/python-modules/langchain-core/default.nix
@@ -128,6 +128,13 @@ buildPythonPackage rec {
128
"test_prompt_with_llm_and_async_lambda"
129
"test_prompt_with_chat_model_and_parser"
130
"test_combining_sequences"
131
+
132
+ # AssertionError: assert [+ received] == [- snapshot]
133
+ "test_chat_input_schema"
134
+ # AssertionError: assert {'$defs': {'D...ype': 'array'} == {'$defs': {'D...ype': 'array'}
135
+ "test_schemas"
136
137
+ "test_graph_sequence_map"
138
]
139
++ lib.optionals stdenv.hostPlatform.isDarwin [
140
# Langchain-core the following tests due to the test comparing execution time with magic values.
0 commit comments