Unverified Commit f0527b20 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python3Packages.langgraph-checkpoint: cleanup (#409926)

parents c9b1eb70 15ad56d7
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -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.]+)"
    ];
  };