Skip to content

Commit

Permalink
update test expectations for notebook 7
Browse files Browse the repository at this point in the history
nbextension is gone
  • Loading branch information
minrk committed Aug 8, 2024
1 parent a8990ea commit 658f562
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# install this in the environment in which the notebook server
# is running nbgitpuller does not work with Python 2
nbgitpuller==0.6.1
# install this in the environment in which the notebook server is running
# nbgitpuller does not work with Python 2
nbgitpuller
2 changes: 1 addition & 1 deletion tests/venv/postBuild/postBuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
jupyter nbextension enable --py --sys-prefix ipyleaflet
jupyter server extension disable --sys-prefix jupyter_collaboration
npm install --global configurable-http-proxy
npm cache clean --force
2 changes: 1 addition & 1 deletion tests/venv/postBuild/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ipyleaflet
jupyter-collaboration
2 changes: 1 addition & 1 deletion tests/venv/postBuild/verify
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -euo pipefail
jupyter nbextension list | grep 'jupyter-leaflet' | grep enabled
jupyter server extension list 2>&1 | grep 'jupyter_collaboration' | grep disabled
which configurable-http-proxy

0 comments on commit 658f562

Please sign in to comment.