Commit 1e256c00 authored by Yiyu Zhou's avatar Yiyu Zhou
Browse files

python3Packages.pysdl2: fix tests

parent 52f69b02
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -82,10 +82,9 @@ buildPythonPackage rec {
    # GetPrefPath for OrgName/AppName is None
    "test_SDL_GetPrefPath"

    # TODO: Remove once sdl2-compat is updated to 2.32.56
    "test_SDL_SetWindowDisplayMode"
    "test_SDL_SetWindowFullscreen"
    "test_SDL_GetPlatform"
    # AssertionError:
    # clip: Could not set clip rect SDL_Rect(x=2, y=2, w=0, h=0)
    "test_SDL_GetSetClipRect"
  ];

  meta = {