From b8c9952a6ac5ef246bd6337b059f21af99542aa4 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 14 Nov 2021 08:30:07 +0000 Subject: 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 --- dev-python/trio/trio-0.19.0.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dev-python/trio') 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 \ -- cgit v1.2.3-65-gdbad