mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
Add back filter warning
This commit is contained in:
parent
e14c39df19
commit
3e1d4562c9
@ -29,5 +29,7 @@ timeout = 300
|
||||
# timeout_method = "thread"
|
||||
filterwarnings = [
|
||||
"error",
|
||||
# Pending release of https://github.com/jupyterlab/jupyterlab_server/pull/259
|
||||
"ignore:metadata:DeprecationWarning",
|
||||
"ignore:There is no current event loop:DeprecationWarning",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user