From f8ebd89b6d403e9d6f220b0cfc411e54943e6b40 Mon Sep 17 00:00:00 2001 From: Aliaksandr Date: Sun, 25 Jan 2026 23:35:43 +0200 Subject: [PATCH] python313Packages.pysdl2: skip failing test_SDL_GetSetWindowMouseRect --- pkgs/development/python-modules/pysdl2/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/pysdl2/default.nix b/pkgs/development/python-modules/pysdl2/default.nix index dfcc76bb132b..66fb3a4664aa 100644 --- a/pkgs/development/python-modules/pysdl2/default.nix +++ b/pkgs/development/python-modules/pysdl2/default.nix @@ -85,6 +85,9 @@ buildPythonPackage rec { # AssertionError: # clip: Could not set clip rect SDL_Rect(x=2, y=2, w=0, h=0) "test_SDL_GetSetClipRect" + + # AssertionError: That operation is not supported + "test_SDL_GetSetWindowMouseRect" ]; meta = {