Skip to content

Commit

Permalink
PhantomJS cleanup (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeyondEvil committed Jul 20, 2020
1 parent ca7c066 commit 8b47104
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 52 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

env:
global:
- PYTEST_ADDOPTS="-m 'not (edge or safari or phantomjs)'"
- PYTEST_ADDOPTS="-m 'not (edge or safari)'"
- GECKODRIVER_FALLBACK_VERSION="v0.24.0"

cache: pip
Expand Down
1 change: 0 additions & 1 deletion testing/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def chrome_options(chrome_options):
filterwarnings =
error::DeprecationWarning
ignore:--firefox-\w+ has been deprecated:DeprecationWarning
ignore:Support for PhantomJS:DeprecationWarning
ignore:desired_capabilities has been deprecated
ignore:service_log_path has been deprecated
""",
Expand Down
49 changes: 0 additions & 49 deletions testing/test_phantomjs.py

This file was deleted.

1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ markers =
chrome
skip_selenium
nondestructive
phantomjs
# TODO: Temporary hack until they fix
# https://github.com/pytest-dev/pytest/issues/6936
filterwarnings =
Expand Down

0 comments on commit 8b47104

Please sign in to comment.