From 3825b89edbaf421648a3aacc290951fd030d7a07 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 22 Oct 2023 19:06:17 +0100 Subject: [PATCH] dev-python/PySDL2: update test skip comment Bug: https://bugs.gentoo.org/916118 Bug: https://bugs.gentoo.org/916120 Signed-off-by: Sam James --- dev-python/PySDL2/PySDL2-0.9.16.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/PySDL2/PySDL2-0.9.16.ebuild b/dev-python/PySDL2/PySDL2-0.9.16.ebuild index 76ccec4c0b4b8..539e04548bf8e 100644 --- a/dev-python/PySDL2/PySDL2-0.9.16.ebuild +++ b/dev-python/PySDL2/PySDL2-0.9.16.ebuild @@ -52,10 +52,11 @@ distutils_enable_tests pytest python_test() { local EPYTEST_DESELECT=( - # libsdl2 itself is broken in numerous ways + # pysdl2 was misusing libsdl2's error API. Fixed upstream already + # but it didn't land in 0.9.16. # https://bugs.gentoo.org/916120 - sdl2/test/gamecontroller_test.py # https://bugs.gentoo.org/916118 + sdl2/test/gamecontroller_test.py sdl2/test/hidapi_test.py::test_SDL_hid_enumerate )