From 21d07f610b03e6085a8598db5afe5e18d9c9377a0dd73a69268fb8fa0290bf5f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 30 Jan 2024 12:26:52 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=160 --- python-distributed.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-distributed.spec b/python-distributed.spec index 2e5fc32..a89db0c 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -172,6 +172,8 @@ donttest+=" or (test_computations_futures)" donttest+=" or (test_client and test_quiet_close_process)" # should return > 3, returns 3 exactly donttest+=" or (test_statistical_profiling_cycle)" +# flakey on 3.10 +donttest+=" or (test_client_worker)" if [[ $(getconf LONG_BIT) -eq 32 ]]; then # OverflowError -- https://github.com/dask/distributed/issues/5252 donttest+=" or test_ensure_spilled_immediately" @@ -180,7 +182,7 @@ if [[ $(getconf LONG_BIT) -eq 32 ]]; then # https://github.com/dask/distributed/issues/7175 donttest+=" or (test_sizeof_error and larger)" # - donttest+=" or test_task_groups or test_client_worker" + donttest+=" or test_task_groups" fi %if %{with paralleltests}