* Revert "Add LLM chatbot to Dask docs (#11556)" @dchudz (#11577) * Automatically rechunk if array in to_zarr has irregular chunks @phofl (#11553) * Blockwise uses Task class @fjetter (#11568) * Migrate rechunk and reshape to task spec @phofl (#11555) * Cache svg-representation for arrays @dcherian (#11560) * Fix empty input for containers @fjetter (#11571) * Convert Bag graphs to TaskSpec graphs during optimization @fjetter (#11569) * add LLM chatbot to Dask docs @dchudz (#11556) * Add support for Python 3.13 @phofl (#11456) * Fuse data nodes in linear fusion too @phofl (#11549) * Migrate slicing code to task spec @phofl (#11548) * Speed up ArraySliceDep tokenization @phofl (#11551) * Fix fusing of p2p barrier tasks @phofl (#11543) * Remove infra/mentions of GPU CI @charlesbluca (#11546) * Temporarily disable gpuCI update CI job @jrbourbeau (#11545) * Use BlockwiseDep to implement map_blocks keywords @phofl (#11542) * Remove optimize_slices @phofl (#11538) * Make reshape_blockwise a noop if shape is the same @phofl (#11541) * Remove read-only flag from open_arry in open_zarr @phofl (#11539) * Implement linear_fusion for task spec class @phofl (#11525) * Remove recursion from TaskSpec @fjetter (#11477) * Fixup test after dask-expr change @phofl (#11536) * Bump codecov/codecov-action from 3 to 5 @dependabot (#11532) * Create dask-expr frame directly without roundtripping @phofl OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=187
14 lines
958 B
Diff
14 lines
958 B
Diff
Index: distributed-2024.2.0/pyproject.toml
|
|
===================================================================
|
|
--- distributed-2024.2.0.orig/pyproject.toml
|
|
+++ distributed-2024.2.0/pyproject.toml
|
|
@@ -117,7 +117,7 @@ filterwarnings = [
|
|
'''ignore:unclosed transport <_SelectorSocketTransport.*:ResourceWarning''',
|
|
'''ignore:unclosed transport <asyncio\.sslproto\..*:ResourceWarning''',
|
|
'''ignore:unclosed cluster SSHCluster.*:ResourceWarning''',
|
|
- '''ignore:Couldn't detect a suitable IP address for reaching '2001.4860.4860..8888', defaulting to hostname. \[Errno 65\] No route to host:RuntimeWarning''',
|
|
+ '''ignore:Couldn't detect a suitable IP address.*:RuntimeWarning''',
|
|
'''ignore:Dashboard and Scheduler are using the same server on port.*:RuntimeWarning''',
|
|
'''ignore:coroutine 'BaseTCPConnector.connect' was never awaited:RuntimeWarning''',
|
|
'''ignore:coroutine 'Client\._start' was never awaited:RuntimeWarning''',
|