commit: 3825b89edbaf421648a3aacc290951fd030d7a07 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 22 18:06:17 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 22 18:06:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3825b89e
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 <AT> gentoo.org> 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 76ccec4c0b4b..539e04548bf8 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 )
