Commit 8acbe30f authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.langchain: disable failing tests

parent c4acf338
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -160,6 +160,8 @@ buildPythonPackage rec {
    "test_generic_fake_chat_model"
    # Test is outdated
    "test_serializable_mapping"
    "test_person"
    "test_aliases_hidden"
  ];

  pythonImportsCheck = [ "langchain" ];