Skip to content

Commit

Permalink
Add botocore warning ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Oct 18, 2021
1 parent a631ca2 commit b02b8e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/.configs/pytest-py27.ini
@@ -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.*
3 changes: 2 additions & 1 deletion tests/.configs/pytest-py35.ini
@@ -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.*
1 change: 1 addition & 0 deletions tests/.configs/pytest.ini
Expand Up @@ -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.*

0 comments on commit b02b8e5

Please sign in to comment.