File tree Expand file tree Collapse file tree 4 files changed +1
-52
lines changed Expand file tree Collapse file tree 4 files changed +1
-52
lines changed Original file line number Diff line number Diff line change 56
56
57
57
env :
58
58
global :
59
- - PYTEST_ADDOPTS="-m 'not (edge or safari or phantomjs )'"
59
+ - PYTEST_ADDOPTS="-m 'not (edge or safari)'"
60
60
- GECKODRIVER_FALLBACK_VERSION="v0.24.0"
61
61
62
62
cache : pip
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ def chrome_options(chrome_options):
51
51
filterwarnings =
52
52
error::DeprecationWarning
53
53
ignore:--firefox-\w+ has been deprecated:DeprecationWarning
54
- ignore:Support for PhantomJS:DeprecationWarning
55
54
ignore:desired_capabilities has been deprecated
56
55
ignore:service_log_path has been deprecated
57
56
""" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ markers =
42
42
chrome
43
43
skip_selenium
44
44
nondestructive
45
- phantomjs
46
45
# TODO: Temporary hack until they fix
47
46
# https://github.com/pytest-dev/pytest/issues/6936
48
47
filterwarnings =
You can’t perform that action at this time.
0 commit comments