Loading pkgs/development/python-modules/plopp/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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" ]; Loading Loading
pkgs/development/python-modules/plopp/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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" ]; Loading