Unverified Commit 9f65f6a2 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.pysdl2: skip broken test (#484455)

parents 09511292 850c7c28
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 = {