python312Packages.langchain: disable outdated test

This commit is contained in:
Fabian Affolter 2024-04-29 10:42:55 +02:00
parent 63b0fa4b60
commit 171fee1478

View File

@ -158,6 +158,8 @@ buildPythonPackage rec {
# AssertionErrors
"test_callback_handlers"
"test_generic_fake_chat_model"
# Test is outdated
"test_serializable_mapping"
];
pythonImportsCheck = [ "langchain" ];