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