Skip to content

Commit

Permalink
Update scipy deprecation warning filter
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Aug 7, 2024
1 parent 7de9443 commit de33c16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/.configs/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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.*

0 comments on commit de33c16

Please sign in to comment.