From 504a9405cc780851ffc4ff7680bc070b285203325e06a9fa17aa717e2ec81529 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 1 Sep 2022 06:53:47 +0000 Subject: [PATCH] Correct renamed test skip for i586 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=117 --- python-distributed.changes | 2 +- python-distributed.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python-distributed.changes b/python-distributed.changes index 14c3af3..607c343 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Wed Aug 31 11:42:38 UTC 2022 - Steve Kowalik +Thu Sep 1 06:53:01 UTC 2022 - Steve Kowalik - Update to 2022.8.1: * Display unexpected state in Worker.execute validation (:pr:`6856`) diff --git a/python-distributed.spec b/python-distributed.spec index ae0ef78..48bb9c8 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -165,7 +165,7 @@ if [[ $(getconf LONG_BIT) -eq 32 ]]; then # OverflowError -- https://github.com/dask/distributed/issues/5252 donttest+=" or test_ensure_spilled_immediately" donttest+=" or test_value_raises_during_spilling" - donttest+=" or test_fail_to_pickle_target_1" + donttest+=" or test_fail_to_pickle_execute_1" # https://github.com/dask/distributed/issues/6718 python310_donttest+=" or (test_profile and test_basic)" fi