forked from pool/python-distributed
Accepting request 950288 from home:bnavigator:branches:devel:languages:python:numeric
- Update to version 2022.1.1
* P2P shuffle skeleton
* Fix <Task pending name='...' coro=<Client._handle_report()>
* Add distributed.client.security-loader config
* Avoid Client._handle_report cancelling itself on Client._close
* Paused workers shouldn't steal tasks
* Add option for timestamps from output of Node.get_logs
* Don't use time.time() or IOLoop.time()
* Raise plugin exceptions on Worker.start()
* Fixing docstrings
* Fix typo in Client.run docstring
* Update client.py docstrings
* Skip shuffle tests if pandas / dask.dataframe not installed
* Improve test coverage
* Test report improvements
* P2P shuffle: ignore row order in tests
* Fix flaky test_no_reconnect[--no-nanny]
* Pin coverage to 6.2
* Check for new name of timeouts artifact and be more fault
tolerant
* Revisit rebalance unit tests
* Update comment in rearrange_by_column_p2p
* Update gpuCI RAPIDS_VER to 22.04
* Fix groupby test after meta requirements got stricter in Dask
PR#8563
* Fix flaky test_close_gracefully and test_lifetime
* Fix flaky test_workspace_concurrency
* Fix flaky test_shuffle_extension.py::test_get_partition
* Fix flaky test_dump_cluster_unresponsive_remote_worker
* Dump cluster state on all test failures
* Update license format
* Fix flaky test_drop_with_paused_workers_with_running_tasks_3_4
* Do not raise an exception if the GitHub token cannot be found
(Resubmit for the noclean flag)
OBS-URL: https://build.opensuse.org/request/show/950288
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=104
This commit is contained in:
@@ -55,10 +55,10 @@
|
||||
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%define ghversiontag 2022.01.0
|
||||
%define ghversiontag 2022.01.1
|
||||
Name: python-distributed%{psuffix}
|
||||
# Note: please always update together with python-dask
|
||||
Version: 2022.1.0
|
||||
Version: 2022.1.1
|
||||
Release: 0
|
||||
Summary: Library for distributed computing with Python
|
||||
License: BSD-3-Clause
|
||||
@@ -146,8 +146,8 @@ donttest+=" or (test_asyncprocess and test_exit_callback)"
|
||||
donttest+=" or (test_nanny and test_throttle_outgoing_connections)"
|
||||
donttest+=" or (test_scheduler and test_rebalance)"
|
||||
donttest+=" or (test_tls_functional and test_rebalance)"
|
||||
donttest+=" or (test_worker and test_close_gracefully)"
|
||||
donttest+=" or (test_worker and test_fail_write_to_disk)"
|
||||
donttest+=" or (test_worker and test_multiple_transfers)"
|
||||
donttest+=" or (test_worker and test_remove_replicas_while_computing)"
|
||||
donttest+=" or (test_worker and test_worker_reconnects_mid_compute)"
|
||||
if [[ $(getconf LONG_BIT) -eq 32 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user