Skip to content

Commit de33c16

Browse files
committed
Update scipy deprecation warning filter
1 parent 7de9443 commit de33c16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/.configs/pytest.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ filterwarnings =
66
ignore:Module \"dependency_injector.ext.aiohttp\" is deprecated since version 4\.0\.0:DeprecationWarning
77
ignore:Module \"dependency_injector.ext.flask\" is deprecated since version 4\.0\.0:DeprecationWarning
88
ignore:Please use \`.*?\` from the \`scipy.*?\`(.*?)namespace is deprecated\.:DeprecationWarning
9-
ignore:The \`scipy(.*?)\` namespace is deprecated(.*):DeprecationWarning
9+
ignore:Please import \`.*?\` from the \`scipy(.*?)\` namespace(.*):DeprecationWarning
10+
ignore:\`scipy(.*?)\` is deprecated(.*):DeprecationWarning
1011
ignore:ssl\.PROTOCOL_TLS is deprecated:DeprecationWarning:botocore.*

0 commit comments

Comments
 (0)