File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed
seleniumbase/console_scripts Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
[pytest]
2
2
3
- # Let console output be seen. Don't override the pytest plugin .
4
- addopts = --capture =no --ignore conftest.py - p no:cacheprovider
3
+ # Display console output and disable the cacheprovider .
4
+ addopts = --capture =no -p no:cacheprovider
5
5
6
6
# Ignore warnings such as DeprecationWarning and PytestUnknownMarkWarning
7
7
filterwarnings =
Original file line number Diff line number Diff line change 1
1
[pytest]
2
2
3
- # Let console output be seen. Don't override the pytest plugin .
4
- addopts = --capture =no --ignore conftest.py - p no:cacheprovider
3
+ # Display console output and disable the cacheprovider .
4
+ addopts = --capture =no -p no:cacheprovider
5
5
6
6
# Ignore warnings such as DeprecationWarning and PytestUnknownMarkWarning
7
7
filterwarnings =
Original file line number Diff line number Diff line change 1
1
[pytest]
2
2
3
- # Let console output be seen. Don't override the pytest plugin .
4
- addopts = --capture =no --ignore conftest.py - p no:cacheprovider
3
+ # Display console output and disable the cacheprovider .
4
+ addopts = --capture =no -p no:cacheprovider
5
5
6
6
# Ignore warnings such as DeprecationWarning and PytestUnknownMarkWarning
7
7
filterwarnings =
Original file line number Diff line number Diff line change @@ -123,8 +123,7 @@ def main():
123
123
124
124
data = []
125
125
data .append ("[pytest]" )
126
- data .append ("addopts = --capture=no --ignore conftest.py "
127
- "-p no:cacheprovider" )
126
+ data .append ("addopts = --capture=no -p no:cacheprovider" )
128
127
data .append ("filterwarnings =" )
129
128
data .append (" ignore::pytest.PytestWarning" )
130
129
data .append (" ignore:.*U.*mode is deprecated:DeprecationWarning" )
You can’t perform that action at this time.
0 commit comments