File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Development
1616 Thanks to `@illia-v (Illia Volochii) <https://github.com/illia-v >`_ for the
1717 PR (`#580 <https://github.com/ets-labs/python-dependency-injector/pull/580 >`_).
1818- Update copyright year.
19+ - Update pytest configuration.
1920
20214.39.1
2122------
Original file line number Diff line number Diff line change 11[pytest]
22testpaths = tests/unit/
33python_files = test_*_py2_py3.py
4+ asyncio_mode = auto
45filterwarnings =
56 ignore:Module \" dependency_injector.ext.aiohttp\" is deprecated since version 4\.0\.0:DeprecationWarning
67 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
710 ignore:ssl\.PROTOCOL_TLS is deprecated:DeprecationWarning:botocore.*
Original file line number Diff line number Diff line change 11[pytest]
22testpaths = tests/unit/
33python_files = test_*_py3.py
4+ asyncio_mode = auto
45filterwarnings =
56 ignore:Module \" dependency_injector.ext.aiohttp\" is deprecated since version 4\.0\.0:DeprecationWarning
67 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
710 ignore:ssl\.PROTOCOL_TLS is deprecated:DeprecationWarning:botocore.*
Original file line number Diff line number Diff line change 11[pytest]
22testpaths = tests/unit/
33python_files = test_*_py3*.py
4+ asyncio_mode = auto
45filterwarnings =
56 ignore:Module \" dependency_injector.ext.aiohttp\" is deprecated since version 4\.0\.0:DeprecationWarning
67 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
710 ignore:ssl\.PROTOCOL_TLS is deprecated:DeprecationWarning:botocore.*
You can’t perform that action at this time.
0 commit comments