commit: f2f1d8b85aadcac73369308d0ba49f8a7917fe8a Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sat Jun 17 21:52:00 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 18 04:24:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f1d8b8
media-sound/playerctl: enable tests * Should pass now after enabling asyncio-mode=auto. Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/31521 Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/playerctl/playerctl-2.4.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/playerctl/playerctl-2.4.1-r1.ebuild b/media-sound/playerctl/playerctl-2.4.1-r1.ebuild index e1337e2c4146..c206e29e4724 100644 --- a/media-sound/playerctl/playerctl-2.4.1-r1.ebuild +++ b/media-sound/playerctl/playerctl-2.4.1-r1.ebuild @@ -14,7 +14,7 @@ LICENSE="LGPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc introspection test" -RESTRICT="!test? ( test ) test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-libs/glib-2.38:2 @@ -81,7 +81,7 @@ src_test() { export PATH="${BUILD_DIR}/playerctl/:${PATH}" - virtx epytest + virtx epytest --asyncio-mode=auto kill "${dbus_params[1]}" || die }
