Add back filter warning

pull/6369/head
Jeremy Tuloup 4 years ago
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…
Cancel
Save