mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Add botocore warning ignores
This commit is contained in:
parent
a631ca213f
commit
b02b8e56f0
|
@ -1,6 +1,7 @@
|
|||
[pytest]
|
||||
testpaths = tests/unit
|
||||
testpaths = tests/unit/
|
||||
python_files = test_*_py2_py3.py
|
||||
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:ssl\.PROTOCOL_TLS is deprecated:DeprecationWarning:botocore.*
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[pytest]
|
||||
testpaths = tests/unit
|
||||
testpaths = tests/unit/
|
||||
python_files = test_*_py3.py
|
||||
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:ssl\.PROTOCOL_TLS is deprecated:DeprecationWarning:botocore.*
|
||||
|
|
|
@ -4,3 +4,4 @@ python_files = test_*_py3*.py
|
|||
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:ssl\.PROTOCOL_TLS is deprecated:DeprecationWarning:botocore.*
|
||||
|
|
Loading…
Reference in New Issue
Block a user