File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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''' ,
You can’t perform that action at this time.
0 commit comments