Dirk Mueller
2cf71a91f8
* Skip collecting coverage for CLI tests @fjetter - update to 2024.11.0: * Remove redundant methods in P2PBarrierTask @fjetter * fix skipif condition for test\_tell\_workers\_when\_peers\_have\_left @fjetter * Ensure ConnectionPool closes even if network stack swallows cancellation @fjetter * Fix flaky test\_server\_comms\_mark\_active\_handlers * Make assumption in P2P's barrier mechanism explicit * Adjust timeouts in jupyter cli test @fjetter * Add `stimulus_id` to `SchedulerPlugin.update_graph` hook * Reduce P2P transfer task overhead @hendrikmakait * Disable profiler on python 3.11 @fjetter * Fix test\_restarting\_does\_not\_deadlock @fjetter * Adjust popen timeouts for testing @fjetter * Add retry to shuffle broadcast @fjetter * Fix test\_shuffle\_with\_array\_conversion @fjetter * Refactor some tests @fjetter * Reflect graduation of `dask-expr` from `dask-contrib` to `dask` @hendrikmakait * Skip test\_tell\_workers\_when\_peers\_have\_left on py3.10 * Internal cleanup of P2P code @hendrikmakait * Use Task class instead of tuple @fjetter * Increase connect timeout for test\_tell\_workers\_when\_peers\_have\_left @fjetter * Remove dispatching in TaskCollection @fjetter * Deduplicate scheduler requests in P2P @hendrikmakait * Add configurations for rootish taskgroup threshold @phofl - update to 2024.10.0: OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=178
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''',
|