From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82BE0158086 for ; Thu, 18 Nov 2021 05:47:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9D03E08F2; Thu, 18 Nov 2021 05:47:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A325E08F2 for ; Thu, 18 Nov 2021 05:47:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4580342DF8 for ; Thu, 18 Nov 2021 05:47:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 964AD132 for ; Thu, 18 Nov 2021 05:47:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1637214396.a4681c33b0ab7eb36b5580494e132853c91033f5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipyparallel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipyparallel/ipyparallel-7.1.0.ebuild X-VCS-Directories: dev-python/ipyparallel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a4681c33b0ab7eb36b5580494e132853c91033f5 X-VCS-Branch: master Date: Thu, 18 Nov 2021 05:47:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f3e679aa-3793-4df1-a98f-0f6d6a69e979 X-Archives-Hash: 98f61621e09209e9694eda5e26596ff2 commit: a4681c33b0ab7eb36b5580494e132853c91033f5 Author: Sam James gentoo org> AuthorDate: Thu Nov 18 05:46:36 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 18 05:46:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4681c33 dev-python/ipyparallel: skip problematic slow tests Trying to avoid getting into an ever-growing patch extending timeouts, especially given these additional tests are all based around timeouts/waiting in some form. We still get very good coverage without these, so it's not a problem. Closes: https://bugs.gentoo.org/823458 Signed-off-by: Sam James gentoo.org> dev-python/ipyparallel/ipyparallel-7.1.0.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dev-python/ipyparallel/ipyparallel-7.1.0.ebuild b/dev-python/ipyparallel/ipyparallel-7.1.0.ebuild index d683aba329d7..74b78974c2fc 100644 --- a/dev-python/ipyparallel/ipyparallel-7.1.0.ebuild +++ b/dev-python/ipyparallel/ipyparallel-7.1.0.ebuild @@ -57,6 +57,15 @@ python_test() { ipyparallel/tests/test_view.py::TestView::test_unicode_apply_result ipyparallel/tests/test_view.py::TestView::test_unicode_execute ipyparallel/tests/test_view.py::TestView::test_sync_imports_quiet + # Gets upset that a timeout _doesn't_ occur, presumably because + # we're cranking up too many test timeouts. Oh well. + # bug #823458#c3 + ipyparallel/tests/test_asyncresult.py::AsyncResultTest::test_wait_for_send + # We could patch the timeout for these too but they're going to be inherently + # fragile anyway based on what they do. + ipyparallel/tests/test_client.py::TestClient::test_activate + ipyparallel/tests/test_client.py::TestClient::test_lazy_all_targets + ipyparallel/tests/test_client.py::TestClient::test_wait_for_engines ) [[ ${EPYTHON} == python3.10 ]] && deselect+=( # failing due to irrelevant warnings