From 41db3f53c19c0128a68a9a1f596b543b09ca6e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 12 Nov 2024 14:43:44 +0100 Subject: [PATCH] CONF: adding more deprecation warnings to ignore that are triggered upstream --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 3619c038..4816f1ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,6 +153,8 @@ force-sort-within-sections = true [tool.pytest.ini_options] filterwarnings = [ "error", + # From jupyter_client + "ignore:There is no current event loop:DeprecationWarning", ] markers = [