From c62cd7ee0192d0e04cedd6ff8ecc49d1e1d7e091 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Fri, 20 Sep 2024 09:48:03 +0200 Subject: [PATCH] Fix ignoring AnyIO warnings in tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff844316..37951656 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ filterwarnings = [ # see https://github.com/dateutil/dateutil/issues/1314 "ignore:.*datetime.utcfromtimestamp\\(\\) is deprecated.*:DeprecationWarning:", # From anyio https://github.com/agronholm/anyio/pull/715 - 'ignore:Unclosed :ResourceWarning', + 'ignore:Unclosed