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 1
1
[pytest]
2
2
# 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
4
4
filterwarnings = ignore::DeprecationWarning
Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ def main():
52
52
53
53
data = []
54
54
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" )
56
57
data .append ("filterwarnings = ignore::DeprecationWarning" )
57
58
file_path = "%s/%s" % (dir_name , "pytest.ini" )
58
59
file = codecs .open (file_path , "w+" , "utf-8" )
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'seleniumbase' ,
20
- version = '1.22.7 ' ,
20
+ version = '1.22.8 ' ,
21
21
description = 'Reliable Browser Automation & Testing Framework' ,
22
22
long_description = long_description ,
23
23
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments