commit:     a4681c33b0ab7eb36b5580494e132853c91033f5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 18 05:46:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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

Reply via email to