Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-distributed for openSUSE:Factory checked in at 2025-09-26 22:24:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-distributed (Old) and /work/SRC/openSUSE:Factory/.python-distributed.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-distributed" Fri Sep 26 22:24:31 2025 rev:90 rq:1307086 version:2025.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-distributed/python-distributed.changes 2025-09-17 17:06:50.560154285 +0200 +++ /work/SRC/openSUSE:Factory/.python-distributed.new.11973/python-distributed.changes 2025-09-26 22:25:23.540210297 +0200 @@ -1,0 +2,6 @@ +Thu Sep 25 09:53:38 UTC 2025 - Ben Greiner <[email protected]> + +- Skip two tests causing frequent timeouts + * gh#dask/distributed#9052 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-distributed.spec ++++++ --- /var/tmp/diff_new_pack.d8qP4n/_old 2025-09-26 22:25:24.740260908 +0200 +++ /var/tmp/diff_new_pack.d8qP4n/_new 2025-09-26 22:25:24.740260908 +0200 @@ -190,8 +190,10 @@ donttest+=" or (test_statistical_profiling_cycle)" # pytest7 on py312: returns len==2 instead of 1 donttest+=" or test_computation_object_code_dask_compute" -# flakey on 3.10 +# flaky on 3.10 donttest+=" or (test_client_worker)" +# flaky timeouts: https://github.com/dask/distributed/issues/9052 +donttest+=" or (test_tls_functional and (test_nanny or test_retire_workers))" if [[ $(getconf LONG_BIT) -eq 32 ]]; then # OverflowError -- https://github.com/dask/distributed/issues/5252 donttest+=" or test_ensure_spilled_immediately"
