python3Packages.langgraph-checkpoint: disable failing test due to bad float comparison

This commit is contained in:
Sarah Clark
2025-08-06 10:38:06 -07:00
parent c2ae88e026
commit 30256edd67
@@ -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==";
};