Skip to content

Commit c43b7df

Browse files
committed
Clean up warnings suppression list (dask#8505)
1 parent 9a9468c commit c43b7df

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,7 @@ filterwarnings = [
143143
'''ignore:setDaemon\(\) is deprecated, set the daemon attribute instead:DeprecationWarning:paramiko''',
144144
'''ignore:`np.bool8` is a deprecated alias for `np.bool_`''',
145145
'''ignore:is_sparse is deprecated and will:FutureWarning''',
146-
# Need bokeh >= 3.3 for https://github.com/bokeh/bokeh/pull/13147
147-
'''ignore:datetime\.datetime\.utc(fromtimestamp|now)\(\) is deprecated and scheduled for removal in a future version.*:DeprecationWarning:bokeh''',
148-
# https://github.com/tornadoweb/tornado/issues/3334
146+
# Need Tornado >=6.4
149147
'''ignore:datetime\.datetime\.utc(fromtimestamp|now)\(\) is deprecated and scheduled for removal in a future version.*:DeprecationWarning:tornado''',
150148
# https://github.com/dateutil/dateutil/issues/1284
151149
'''ignore:datetime\.datetime\.utc(fromtimestamp|now)\(\) is deprecated and scheduled for removal in a future version.*:DeprecationWarning:dateutil''',

0 commit comments

Comments
 (0)