summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/PySDL2/PySDL2-0.9.16.ebuild5
1 files 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
)