Skip to content

Commit

Permalink
Add comment about why some notebook are ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Dec 14, 2022
1 parent bdecdaa commit 0c1811e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ commands = pytest holoviews --cov=./holoviews -vv
description = Test that default examples run
deps = .[examples_tests]
commands = pytest -n auto --dist loadscope --nbval-lax examples -k "not Plotting_with_Bokeh and not 17-Dashboards and not Plots_and_Renderers"
# 'Plotting_with_Bokeh' needs selenium, phantomjs, firefox and geckodriver to save a png picture.
# '17-Dashboards' can give a timeout error.
# 'Plots_and_Renderers' can give file not found here.

[_all_recommended]
description = Run all recommended tests
Expand Down

0 comments on commit 0c1811e

Please sign in to comment.