Skip to content

Commit

Permalink
Skip Deploying_Bokeh_Apps.ipynb on Windows (#6070)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored and hoxbro committed Feb 2, 2024
1 parent 4da9eb4 commit b1af8ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
"user_guide/16-Streaming_Data.ipynb",
]

# 2024-01-15: See https://github.com/holoviz/holoviews/issues/6069
if system == "Windows":
collect_ignore_glob += [
"user_guide/Deploying_Bokeh_Apps.ipynb",
]

# First available in Bokeh 3.2.0
if Version(bokeh.__version__) < Version("3.2.0"):
Expand Down

0 comments on commit b1af8ae

Please sign in to comment.