File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
# Let console output be seen. Don't override the pytest plugin.
4
4
addopts = --capture =no --ignore conftest.py -p no:cacheprovider
5
5
6
- # Ignore warnings such as DeprecationWarning and pytest. PytestUnknownMarkWarning
6
+ # Ignore warnings such as DeprecationWarning and PytestUnknownMarkWarning
7
7
filterwarnings =
8
8
ignore::pytest.PytestWarning
9
9
ignore:.*U.*mode is deprecated:DeprecationWarning
Original file line number Diff line number Diff line change 3
3
# Let console output be seen. Don't override the pytest plugin.
4
4
addopts = --capture =no --ignore conftest.py -p no:cacheprovider
5
5
6
- # Ignore warnings such as DeprecationWarning and pytest. PytestUnknownMarkWarning
6
+ # Ignore warnings such as DeprecationWarning and PytestUnknownMarkWarning
7
7
filterwarnings =
8
8
ignore::pytest.PytestWarning
9
9
ignore:.*U.*mode is deprecated:DeprecationWarning
You can’t perform that action at this time.
0 commit comments