Skip to content

Commit 8b47104

Browse files
authored
PhantomJS cleanup (#248)
1 parent ca7c066 commit 8b47104

File tree

4 files changed

+1
-52
lines changed

4 files changed

+1
-52
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
env:
5858
global:
59-
- PYTEST_ADDOPTS="-m 'not (edge or safari or phantomjs)'"
59+
- PYTEST_ADDOPTS="-m 'not (edge or safari)'"
6060
- GECKODRIVER_FALLBACK_VERSION="v0.24.0"
6161

6262
cache: pip

testing/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def chrome_options(chrome_options):
5151
filterwarnings =
5252
error::DeprecationWarning
5353
ignore:--firefox-\w+ has been deprecated:DeprecationWarning
54-
ignore:Support for PhantomJS:DeprecationWarning
5554
ignore:desired_capabilities has been deprecated
5655
ignore:service_log_path has been deprecated
5756
""",

testing/test_phantomjs.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ markers =
4242
chrome
4343
skip_selenium
4444
nondestructive
45-
phantomjs
4645
# TODO: Temporary hack until they fix
4746
# https://github.com/pytest-dev/pytest/issues/6936
4847
filterwarnings =

0 commit comments

Comments
 (0)