forked from pool/python-distributed
Correct renamed test skip for i586
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=117
This commit is contained in:
@@ -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:
|
- Update to 2022.8.1:
|
||||||
* Display unexpected state in Worker.execute validation (:pr:`6856`)
|
* Display unexpected state in Worker.execute validation (:pr:`6856`)
|
||||||
|
|||||||
@@ -165,7 +165,7 @@ if [[ $(getconf LONG_BIT) -eq 32 ]]; then
|
|||||||
# OverflowError -- https://github.com/dask/distributed/issues/5252
|
# OverflowError -- https://github.com/dask/distributed/issues/5252
|
||||||
donttest+=" or test_ensure_spilled_immediately"
|
donttest+=" or test_ensure_spilled_immediately"
|
||||||
donttest+=" or test_value_raises_during_spilling"
|
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
|
# https://github.com/dask/distributed/issues/6718
|
||||||
python310_donttest+=" or (test_profile and test_basic)"
|
python310_donttest+=" or (test_profile and test_basic)"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user