mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user