Unverified Commit 5a4b444f authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python3.pkgs.plopp: 26.3.1 -> 26.4.0 (#511388)

parents 1230e718 d6db6d55
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -36,14 +36,14 @@

buildPythonPackage (finalAttrs: {
  pname = "plopp";
  version = "26.3.1";
  version = "26.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "scipp";
    repo = "plopp";
    tag = finalAttrs.version;
    hash = "sha256-A8F2Gd0HmHRlusScFoFulsFaqaXA/HxmtT8ODdRLA+U=";
    hash = "sha256-qjuhM0/qrGIZw00DOnaGODGHqzGn4r3gIAguJS5OPZ8=";
  };

  build-system = [
@@ -75,7 +75,7 @@ buildPythonPackage (finalAttrs: {
  ];

  disabledTests = lib.optionals (pythonAtLeast "3.14") [
    # RuntimeError: There is no current event loop in thread 'MainThread'
    # https://github.com/scipp/plopp/issues/508
    "test_move_cut"
    "test_value_cuts"
  ];