dev-python/PySDL2: update test skip comment

Bug: https://bugs.gentoo.org/916118
Bug: https://bugs.gentoo.org/916120
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-10-22 19:06:17 +01:00
parent b8a2ca7af4
commit 3825b89edb

View File

@@ -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
)