Commit d6db6d55 authored by Doron Behar's avatar Doron Behar
Browse files

python314Packages.plopp: improve comment of disabledTests

parent 7d834b6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
  ];