From de33c1603148805a40bb780923522b8ad5cc0938 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 6 Aug 2024 22:16:41 -0400 Subject: [PATCH] Update scipy deprecation warning filter --- tests/.configs/pytest.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/.configs/pytest.ini b/tests/.configs/pytest.ini index c5c93dc9..5ef04e2c 100644 --- a/tests/.configs/pytest.ini +++ b/tests/.configs/pytest.ini @@ -6,5 +6,6 @@ filterwarnings = ignore:Module \"dependency_injector.ext.aiohttp\" is deprecated since version 4\.0\.0:DeprecationWarning ignore:Module \"dependency_injector.ext.flask\" is deprecated since version 4\.0\.0:DeprecationWarning ignore:Please use \`.*?\` from the \`scipy.*?\`(.*?)namespace is deprecated\.:DeprecationWarning - ignore:The \`scipy(.*?)\` namespace is deprecated(.*):DeprecationWarning + ignore:Please import \`.*?\` from the \`scipy(.*?)\` namespace(.*):DeprecationWarning + ignore:\`scipy(.*?)\` is deprecated(.*):DeprecationWarning ignore:ssl\.PROTOCOL_TLS is deprecated:DeprecationWarning:botocore.*