python3Packages.langgraph-checkpoint: cleanup (#409926)
This commit is contained in:
@@ -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.]+)"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user