Steve Kowalik 2022-09-01 06:53:47 +00:00 committed by Git OBS Bridge
parent 0c9f6e5a89
commit f087e90453
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------
Wed Aug 31 11:42:38 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
Thu Sep 1 06:53:01 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2022.8.1:
* Display unexpected state in Worker.execute validation (:pr:`6856`)

View File

@ -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