Skip to content

Commit

Permalink
Unpin jupyterlite-core version (#7129)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Aug 12, 2024
1 parent 93b43a6 commit f7d7f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lite/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ipywidgets
jupyter_bokeh
jupyterlab
jupyterlab-open-url-parameter
jupyterlite-core <0.3.0
jupyterlite-core>=0.4.0
jupyterlite-pyodide-kernel
nbformat
pkginfo
Expand Down
2 changes: 1 addition & 1 deletion panel/tests/ui/io/test_jupyterlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_jupyterlite_execution(launch_jupyterlite, page):
page.locator('.jp-Dialog-footer > button').nth(1).click()

for _ in range(6):
page.locator('button[data-command="notebook:run-cell-and-select-next"]').click()
page.locator('jp-button[data-command="notebook:run-cell-and-select-next"]').click()
page.wait_for_timeout(500)

page.locator('.noUi-handle').click(timeout=120 * 1000)
Expand Down

0 comments on commit f7d7f58

Please sign in to comment.