From 5fae88aafb294f507109bb5724482b94045792d4 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Mon, 13 Jan 2025 17:58:50 +0000 Subject: [PATCH] fix pytest configuration --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54c0378f1..33abbd5d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,6 @@ markers = [ "sync: mark a test as performing I/O without asyncio.", ] 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",