summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-10-22 19:06:17 +0100
committerSam James <sam@gentoo.org>2023-10-22 19:06:17 +0100
commit3825b89edbaf421648a3aacc290951fd030d7a07 (patch)
treed392543772c5bc7f0a9ae0fbb3a92b1b9ffa111a /dev-python/PySDL2/PySDL2-0.9.16.ebuild
parentwww-apps/icingaweb2: stabilize 2.12.0 for amd64, x86 (diff)
downloadgentoo-3825b89edbaf421648a3aacc290951fd030d7a07.tar.gz
gentoo-3825b89edbaf421648a3aacc290951fd030d7a07.tar.bz2
gentoo-3825b89edbaf421648a3aacc290951fd030d7a07.zip
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>
Diffstat (limited to 'dev-python/PySDL2/PySDL2-0.9.16.ebuild')
-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
)