diff options
author | Alfred Wingate <parona@protonmail.com> | 2023-06-18 00:52:00 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-18 05:24:53 +0100 |
commit | f2f1d8b85aadcac73369308d0ba49f8a7917fe8a (patch) | |
tree | 7c848b27ff35b375a0ebcdfbadef08a0de28e21e /media-sound/playerctl | |
parent | dev-ruby/rspec-memory: add 1.0.4 (diff) | |
download | gentoo-f2f1d8b85aadcac73369308d0ba49f8a7917fe8a.tar.gz gentoo-f2f1d8b85aadcac73369308d0ba49f8a7917fe8a.tar.bz2 gentoo-f2f1d8b85aadcac73369308d0ba49f8a7917fe8a.zip |
media-sound/playerctl: enable tests
* Should pass now after enabling asyncio-mode=auto.
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31521
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/playerctl')
-rw-r--r-- | media-sound/playerctl/playerctl-2.4.1-r1.ebuild | 4 |
1 files 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 } |