* Avoid capturing code of xdist @fjetter * Reduce memory footprint of culling P2P rechunking * Add tests for choosing default rechunking method * Increase visibility of GPU CI updates @charlesbluca * Bump test\_pause\_while\_idle timeout @fjetter * Concatenate small input chunks before P2P rechunking * Remove dump cluster from gen\_cluster @fjetter * Bump `numpy>=1.24` and `pyarrow>=14.0.1` minimum versions * Fix PipInstall plugin on Worker @hendrikmakait * Remove more Python 3.10 compatibility code @jrbourbeau * Use task-based rechunking to prechunk along partial boundaries @hendrikmakait * Ensure client\_desires\_keys does not corrupt Scheduler state @fjetter * Bump minimum ``cloudpickle`` to 3 @jrbourbeau OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=176
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''',
|