File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
seleniumbase/console_scripts Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11[pytest]
22# Let console output be seen. Don't override the pytest plugin.
3- addopts = --capture =no --ignore conftest.py
3+ addopts = --capture =no --ignore conftest.py -p no:cacheprovider
44filterwarnings = ignore::DeprecationWarning
Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ def main():
5252
5353 data = []
5454 data .append ("[pytest]" )
55- data .append ("addopts = --capture=no --ignore conftest.py" )
55+ data .append ("addopts = --capture=no --ignore conftest.py "
56+ "-p no:cacheprovider" )
5657 data .append ("filterwarnings = ignore::DeprecationWarning" )
5758 file_path = "%s/%s" % (dir_name , "pytest.ini" )
5859 file = codecs .open (file_path , "w+" , "utf-8" )
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'seleniumbase' ,
20- version = '1.22.7 ' ,
20+ version = '1.22.8 ' ,
2121 description = 'Reliable Browser Automation & Testing Framework' ,
2222 long_description = long_description ,
2323 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments