Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-dask for openSUSE:Factory checked in at 2021-04-12 17:10:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dask (Old) and /work/SRC/openSUSE:Factory/.python-dask.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dask" Mon Apr 12 17:10:35 2021 rev:44 rq:884570 version:2021.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dask/python-dask.changes 2021-04-06 17:31:06.419213709 +0200 +++ /work/SRC/openSUSE:Factory/.python-dask.new.2401/python-dask.changes 2021-04-12 17:10:40.454585548 +0200 @@ -1,0 +2,6 @@ +Fri Apr 9 13:47:13 UTC 2021 - Benjamin Greiner <c...@bnavigator.de> + +- Reenable 32bit tests after distributed is not cythonized anymore + gh#dask/dask#7489 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dask.spec ++++++ --- /var/tmp/diff_new_pack.59XnZI/_old 2021-04-12 17:10:40.954586101 +0200 +++ /var/tmp/diff_new_pack.59XnZI/_new 2021-04-12 17:10:40.954586101 +0200 @@ -326,13 +326,6 @@ donttest+="or (test_distributed and test_local_get_with_distributed_active)" donttest+="or (test_distributed and test_serializable_groupby_agg)" donttest+="or (test_distributed and test_await)" -if [ $(getconf LONG_BIT) -eq 32 ]; then - # Fails to convert datatype in obs constrained memory for 32-bit platforms - donttest+="or (test_distributed and test_combo_of_layer_types)" - donttest+="or (test_distributed and test_annotation_pack_unpack)" - # https://github.com/dask/dask/issues/7489 - donttest+="or (test_distributed and test_blockwise_numpy_)" -fi %pytest --pyargs dask -ra -m "not network" -k "not ($donttest)" -n auto %endif