From 9b78e76564ac3d43baffdfde085b045c8629592e Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 20 Apr 2022 09:00:16 +0200 Subject: [PATCH] Revert "Add back filter warning" This reverts commit 3e1d4562c94f7ff7395ccc59c7b5cfe29bbb9ecf. --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1f3b9bf53..83b90a2e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,5 @@ 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", ]