14 lines
827 B
Diff
14 lines
827 B
Diff
|
Index: distributed-2022.8.1/setup.cfg
|
||
|
===================================================================
|
||
|
--- distributed-2022.8.1.orig/setup.cfg
|
||
|
+++ distributed-2022.8.1/setup.cfg
|
||
|
@@ -58,6 +58,8 @@ filterwarnings =
|
||
|
error
|
||
|
ignore:Please use `dok_matrix` from the `scipy\.sparse` namespace, the `scipy\.sparse\.dok` namespace is deprecated.:DeprecationWarning
|
||
|
ignore:elementwise comparison failed. this will raise an error in the future:DeprecationWarning
|
||
|
+ ignore:clear_current is deprecated:DeprecationWarning
|
||
|
+ ignore:make_current is deprecated; start the event loop first:DeprecationWarning
|
||
|
ignore:unclosed <socket\.socket.*:ResourceWarning
|
||
|
ignore:unclosed context <zmq\.asyncio\.Context\(\).*:ResourceWarning
|
||
|
ignore:unclosed event loop <_(Unix|Windows)SelectorEventLoop.*:ResourceWarning
|