File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ This document describes how you can
3737
3838.. _ZeroMQ : https://zeromq.org/
3939
40- .. _Tornado : with Found to http://www.tornadoweb.org/en/stable/
40+ .. _Tornado : http://www.tornadoweb.org/en/stable/
4141
4242.. _JupyterHub : https://jupyterhub.readthedocs.io/en/latest/
4343
Original file line number Diff line number Diff line change @@ -275,6 +275,8 @@ filterwarnings = [
275275 " ignore:jupyter_server.base.zmqhandlers module is deprecated in Jupyter Server 2.0:DeprecationWarning" ,
276276 " ignore:datetime.utcfromtimestamp:DeprecationWarning" ,
277277 " ignore:datetime.utcnow:DeprecationWarning" ,
278+ # from nbformat
279+ " ignore:Importing ErrorTree directly from the jsonschema package:DeprecationWarning" ,
278280 # ignore pytest warnings.
279281 " ignore:::_pytest" ,
280282]
You can’t perform that action at this time.
0 commit comments