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
37
37
38
38
.. _ZeroMQ : https://zeromq.org/
39
39
40
- .. _Tornado : with Found to http://www.tornadoweb.org/en/stable/
40
+ .. _Tornado : http://www.tornadoweb.org/en/stable/
41
41
42
42
.. _JupyterHub : https://jupyterhub.readthedocs.io/en/latest/
43
43
Original file line number Diff line number Diff line change @@ -275,6 +275,8 @@ filterwarnings = [
275
275
" ignore:jupyter_server.base.zmqhandlers module is deprecated in Jupyter Server 2.0:DeprecationWarning" ,
276
276
" ignore:datetime.utcfromtimestamp:DeprecationWarning" ,
277
277
" ignore:datetime.utcnow:DeprecationWarning" ,
278
+ # from nbformat
279
+ " ignore:Importing ErrorTree directly from the jsonschema package:DeprecationWarning" ,
278
280
# ignore pytest warnings.
279
281
" ignore:::_pytest" ,
280
282
]
You can’t perform that action at this time.
0 commit comments