From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5699158089 for ; Sun, 22 Oct 2023 18:07:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B74102BC017; Sun, 22 Oct 2023 18:07:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A2BF2BC017 for ; Sun, 22 Oct 2023 18:07:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79F02335C7E for ; Sun, 22 Oct 2023 18:07:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1526D10C3 for ; Sun, 22 Oct 2023 18:07:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1697997977.3825b89edbaf421648a3aacc290951fd030d7a07.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PySDL2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PySDL2/PySDL2-0.9.16.ebuild X-VCS-Directories: dev-python/PySDL2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3825b89edbaf421648a3aacc290951fd030d7a07 X-VCS-Branch: master Date: Sun, 22 Oct 2023 18:07:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fae29f9b-f2e1-46bb-8cda-fb57ab184493 X-Archives-Hash: 0991072ff6f2d35baa1995379bfdc0d0 commit: 3825b89edbaf421648a3aacc290951fd030d7a07 Author: Sam James gentoo org> AuthorDate: Sun Oct 22 18:06:17 2023 +0000 Commit: Sam James gentoo 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 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 )