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
commit 0d3c173d2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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==";
};