From 21c5f8849b722d536b06a723153814fa8c220cbe 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..126c518c 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.