python3Packages.langgraph-checkpoint: disable broken test_embed_with_path (#431513)

This commit is contained in:
Pol Dellaiera
2025-08-06 22:40:50 +02:00
committed by GitHub
@@ -57,6 +57,12 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# assert 1.0000000000000004 == 1.0000000000000002
# https://github.com/langchain-ai/langgraph/issues/5845
"test_embed_with_path"
];
passthru.updateScript = gitUpdater {
rev-prefix = "checkpoint==";
};