python3Packages.langgraph-checkpoint: cleanup (#409926)

This commit is contained in:
Pol Dellaiera
2025-05-23 05:08:34 +00:00
committed by GitHub
@@ -53,15 +53,10 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# AssertionError
"test_serde_jsonplus"
];
passthru.updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"checkpoint==(\\d+\\.\\d+\\.\\d+)"
"checkpoint==([0-9.]+)"
];
};