diff --git a/tests/.configs/pytest-py27.ini b/tests/.configs/pytest-py27.ini index 14d76ae7..300291b1 100644 --- a/tests/.configs/pytest-py27.ini +++ b/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.* diff --git a/tests/.configs/pytest-py35.ini b/tests/.configs/pytest-py35.ini index 81330704..4cb03f29 100644 --- a/tests/.configs/pytest-py35.ini +++ b/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.* diff --git a/tests/.configs/pytest.ini b/tests/.configs/pytest.ini index 53643540..ebdb3d40 100644 --- a/tests/.configs/pytest.ini +++ b/tests/.configs/pytest.ini @@ -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.*