From f84a7e28b93f8521c3cff5f9a90162ea4615c391 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..dab811f9 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.*:DeprecationWarning markers = sync: mark a test as performing I/O without asyncio.