From 3e1d4562c94f7ff7395ccc59c7b5cfe29bbb9ecf Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 19 Apr 2022 21:39:26 +0200 Subject: [PATCH] Add back filter warning --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 83b90a2e6..1f3b9bf53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]