summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-08-31 18:44:25 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-08-31 19:56:18 +0200
commit1bfa4f7671ec866d7d5c13c1dbefdc489a750f4b (patch)
tree627ee3239a6488727cbcdad162e3971b2f70bc27
parentnet-analyzer/zabbix: bump to 5.0.27 (diff)
downloadgentoo-1bfa4f7671ec866d7d5c13c1dbefdc489a750f4b.tar.gz
gentoo-1bfa4f7671ec866d7d5c13c1dbefdc489a750f4b.tar.bz2
gentoo-1bfa4f7671ec866d7d5c13c1dbefdc489a750f4b.zip
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>
-rw-r--r--dev-python/trio-asyncio/trio-asyncio-0.12.0-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
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 0130aa355548..32be0ae5ec74 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
)