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