From 1bfa4f7671ec866d7d5c13c1dbefdc489a750f4b Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 31 Aug 2022 18:44:25 +0200 Subject: [PATCH] dev-python/trio-asyncio: properly skip the test on python3_{8,9} as well. Closes: https://bugs.gentoo.org/867733 Signed-off-by: Andrew Ammerlaan --- dev-python/trio-asyncio/trio-asyncio-0.12.0-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/trio-asyncio/trio-asyncio-0.12.0-r1.ebuild b/dev-python/trio-asyncio/trio-asyncio-0.12.0-r1.ebuild index 0130aa3555485..32be0ae5ec741 100644 --- a/dev-python/trio-asyncio/trio-asyncio-0.12.0-r1.ebuild +++ b/dev-python/trio-asyncio/trio-asyncio-0.12.0-r1.ebuild @@ -33,6 +33,8 @@ PATCHES=( "${FILESDIR}/no-pytest-runner.patch" ) EPYTEST_DESELECT=( # RuntimeError: You're within a Trio environment. # https://bugs.gentoo.org/834955 + /Python-3.8/test_asyncio/test_locks.py::ConditionTests::test_ambiguo + /Python-3.9/test_asyncio/test_locks.py::ConditionTests::test_ambiguo /Python-3.10/test_asyncio/test_locks.py::ConditionTests::test_ambiguo /Python-3.11/test_asyncio/test_locks.py::ConditionTests::test_ambiguo )