File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,9 @@ filterwarnings = [
143
143
''' ignore:setDaemon\(\) is deprecated, set the daemon attribute instead:DeprecationWarning:paramiko''' ,
144
144
''' ignore:`np.bool8` is a deprecated alias for `np.bool_`''' ,
145
145
''' 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
147
149
''' ignore:datetime\.datetime\.utc(fromtimestamp|now)\(\) is deprecated and scheduled for removal in a future version.*:DeprecationWarning:tornado''' ,
148
150
# https://github.com/dateutil/dateutil/issues/1284
149
151
''' ignore:datetime\.datetime\.utc(fromtimestamp|now)\(\) is deprecated and scheduled for removal in a future version.*:DeprecationWarning:dateutil''' ,
You can’t perform that action at this time.
0 commit comments