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