From 7e0f252b93f3a036df2d101f246b7f0d1283505b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 11 Jun 2024 16:23:09 +0200 Subject: [PATCH] python311Packages.langchain-core: add comment for disabled tests --- pkgs/development/python-modules/langchain-core/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/langchain-core/default.nix b/pkgs/development/python-modules/langchain-core/default.nix index 49521e7cfa65..c8566dd441f3 100644 --- a/pkgs/development/python-modules/langchain-core/default.nix +++ b/pkgs/development/python-modules/langchain-core/default.nix @@ -72,6 +72,8 @@ buildPythonPackage rec { pytestFlagsArray = [ "tests/unit_tests" ]; disabledTests = [ + # Fail for an unclear reason with: + # AssertionError: assert '6a92363c-4ac...-d344769ab6ac' == '09af124a-2ed...-671c64c72b70' "test_config_traceable_handoff" "test_config_traceable_async_handoff" ];