We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de9443 commit de33c16Copy full SHA for de33c16
tests/.configs/pytest.ini
@@ -6,5 +6,6 @@ filterwarnings =
6
ignore:Module \"dependency_injector.ext.aiohttp\" is deprecated since version 4\.0\.0:DeprecationWarning
7
ignore:Module \"dependency_injector.ext.flask\" is deprecated since version 4\.0\.0:DeprecationWarning
8
ignore:Please use \`.*?\` from the \`scipy.*?\`(.*?)namespace is deprecated\.:DeprecationWarning
9
- ignore:The \`scipy(.*?)\` namespace is deprecated(.*):DeprecationWarning
+ ignore:Please import \`.*?\` from the \`scipy(.*?)\` namespace(.*):DeprecationWarning
10
+ ignore:\`scipy(.*?)\` is deprecated(.*):DeprecationWarning
11
ignore:ssl\.PROTOCOL_TLS is deprecated:DeprecationWarning:botocore.*
0 commit comments