Skip to content

Commit

Permalink
Skip pyppeteer installation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Duberstein committed Sep 11, 2019
1 parent 71d3b05 commit ea6d2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/pydeck/tests/browser/test_html_renderer.py
Expand Up @@ -19,14 +19,14 @@
@pytest.mark.skipif(os.environ.get('TRAVIS') == 'true', reason='Skipping this test on Travis CI.')
@pytest.mark.asyncio
async def test_standalone_rendering(tmp_path):
from .screenshot_utils import go_to_page_and_screenshot # noqa
filename = d.to_html(str(tmp_path) + '/', open_browser=False, notebook_display=False)
await go_to_page_and_screenshot('file://' + filename, filename, output_dir=tmp_path)


@pytest.mark.skip(reason='Not yet implemented')
@pytest.mark.asyncio
async def test_notebook_iframe_rendering():
from .screenshot_utils import go_to_page_and_screenshot # noqa
pass


Expand Down

0 comments on commit ea6d2f6

Please sign in to comment.