summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-14 08:30:07 +0000
committerSam James <sam@gentoo.org>2021-11-14 08:30:28 +0000
commitb8c9952a6ac5ef246bd6337b059f21af99542aa4 (patch)
tree0b33cdc54145190ca411880c17c319ffb0061249 /dev-python/trio
parentdev-scheme/gauche-qdbm: update HOMEPAGE (diff)
downloadgentoo-b8c9952a6ac5ef246bd6337b059f21af99542aa4.tar.gz
gentoo-b8c9952a6ac5ef246bd6337b059f21af99542aa4.tar.bz2
gentoo-b8c9952a6ac5ef246bd6337b059f21af99542aa4.zip
dev-python/trio: skip test that times out on ia64
Doesn't seem to be an easy knob to tweak for timeouts, so let's just skip this one. Bug: https://bugs.gentoo.org/808273 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/trio')
-rw-r--r--dev-python/trio/trio-0.19.0.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/trio/trio-0.19.0.ebuild b/dev-python/trio/trio-0.19.0.ebuild
index 64b662850aff..77b4cb5d4d0d 100644
--- a/dev-python/trio/trio-0.19.0.ebuild
+++ b/dev-python/trio/trio-0.19.0.ebuild
@@ -38,6 +38,12 @@ BDEPEND="
)
"
+EPYTEST_DESELECT=(
+ # Times out on slower arches (ia64 in this case)
+ # https://github.com/python-trio/trio/issues/1753
+ trio/tests/test_unix_pipes.py::test_close_at_bad_time_for_send_all
+)
+
distutils_enable_tests --install pytest
distutils_enable_sphinx docs/source \
dev-python/immutables \