commit:     b8c9952a6ac5ef246bd6337b059f21af99542aa4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 08:30:07 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 08:30:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c9952a

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 <AT> gentoo.org>

 dev-python/trio/trio-0.19.0.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

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 \

Reply via email to