Skip to content

Commit d24d786

Browse files
Revert "Suppress dask-expr warning in CI (#8505)"
This reverts commit 774874e.
1 parent 774874e commit d24d786

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ 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 Tornado >=6.4
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
147149
'''ignore:datetime\.datetime\.utc(fromtimestamp|now)\(\) is deprecated and scheduled for removal in a future version.*:DeprecationWarning:tornado''',
148150
# https://github.com/dateutil/dateutil/issues/1284
149151
'''ignore:datetime\.datetime\.utc(fromtimestamp|now)\(\) is deprecated and scheduled for removal in a future version.*:DeprecationWarning:dateutil''',

0 commit comments

Comments
 (0)