Add back filter warning

This commit is contained in:
Jeremy Tuloup 2022-04-19 21:39:26 +02:00
parent e14c39df19
commit 3e1d4562c9

View File

@ -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",
]