Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-streamz for openSUSE:Factory checked in at 2022-03-31 17:18:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-streamz (Old) and /work/SRC/openSUSE:Factory/.python-streamz.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-streamz" Thu Mar 31 17:18:34 2022 rev:8 rq:965301 version:0.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-streamz/python-streamz.changes 2022-02-09 20:39:55.638480346 +0100 +++ /work/SRC/openSUSE:Factory/.python-streamz.new.1900/python-streamz.changes 2022-03-31 17:19:05.476999613 +0200 @@ -1,0 +2,5 @@ +Sun Mar 27 19:30:39 UTC 2022 - Benjamin Greiner <c...@bnavigator.de> + +- Reenable tests with dask on python310 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-streamz.spec ++++++ --- /var/tmp/diff_new_pack.E7dktu/_old 2022-03-31 17:19:05.996993748 +0200 +++ /var/tmp/diff_new_pack.E7dktu/_new 2022-03-31 17:19:06.000993703 +0200 @@ -49,10 +49,10 @@ # SECTION test requirements BuildRequires: %{python_module certifi} BuildRequires: %{python_module confluent-kafka} -BuildRequires: %{python_module dask if %python-base < 3.10} -BuildRequires: %{python_module dask-dataframe if %python-base < 3.10} -BuildRequires: %{python_module dask-distributed if %python-base < 3.10} -BuildRequires: %{python_module distributed if %python-base < 3.10} +BuildRequires: %{python_module dask >= 2.5} +BuildRequires: %{python_module dask-dataframe} +BuildRequires: %{python_module dask-distributed} +BuildRequires: %{python_module distributed} BuildRequires: %{python_module flaky} BuildRequires: %{python_module graphviz} BuildRequires: %{python_module ipywidgets} @@ -86,15 +86,12 @@ %check # infinite loop because the automatic skip does not work here; the kafka tests need a docker container with STREAMZ_LAUNCH_KAFKA=true donttest="test_from_kafka or test_to_kafka" -# no dask on python310 yet: this disables a majority of the test suite, but dask and kafka are nominally optional -python310_flags="--ignore streamz/dataframe/tests/test_dataframes.py" -python310_flags+=" --ignore streamz/tests/test_core.py" -python310_flags+=" --ignore streamz/tests/test_kafka.py" if [ $(getconf LONG_BIT) -eq 32 ]; then # don't test on 32-bit: 64-bit datatypes expected donttest+=" or test_dataframes" fi # flaky: some tests are very fragile when run server-side +donttest+=" or test_tcp" %pytest -m "not network" --asyncio-mode=auto --force-flaky --max-runs=10 --no-success-flaky-report -rsfE ${$python_flags} -k "not ($donttest)" %files %{python_files}