From f68aa5535f4bc7650730800b2854058a5f13cda5 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Wed, 20 Nov 2024 10:39:33 +0000 Subject: [PATCH] do not error on aiohttp warning --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index fc099da6..ab918ee5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,5 +11,6 @@ filterwarnings = error ignore:Legacy index templates are deprecated in favor of composable templates.:elasticsearch.exceptions.ElasticsearchWarning ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version..*:DeprecationWarning + default:enable_cleanup_closed ignored because https:..github.com.python.cpython.pull.118960 is fixed.*:DeprecationWarning markers = sync: mark a test as performing I/O without asyncio.