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 <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2022-08-31 18:44:25 +02:00
parent 060a00327c
commit 1bfa4f7671

View File

@@ -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
)