Skip to content

Commit 658f562

Browse files
committed
update test expectations for notebook 7
nbextension is gone
1 parent a8990ea commit 658f562

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# install this in the environment in which the notebook server
2-
# is running nbgitpuller does not work with Python 2
3-
nbgitpuller==0.6.1
1+
# install this in the environment in which the notebook server is running
2+
# nbgitpuller does not work with Python 2
3+
nbgitpuller

tests/venv/postBuild/postBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
2-
jupyter nbextension enable --py --sys-prefix ipyleaflet
2+
jupyter server extension disable --sys-prefix jupyter_collaboration
33
npm install --global configurable-http-proxy
44
npm cache clean --force

tests/venv/postBuild/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ipyleaflet
1+
jupyter-collaboration

tests/venv/postBuild/verify

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
set -euo pipefail
3-
jupyter nbextension list | grep 'jupyter-leaflet' | grep enabled
3+
jupyter server extension list 2>&1 | grep 'jupyter_collaboration' | grep disabled
44
which configurable-http-proxy

0 commit comments

Comments
 (0)