Skip to content

Commit 99e0caa

Browse files
authored
Update integrity.py
1 parent 83bd29b commit 99e0caa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/integrity.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ def test_changelog_versions(pkg, version):
195195
], # zero because jupyterlab-lsp is good enough
196196
[PY_SERVER_NAME + "-python", "=", PY_SERVER_VERSION, 1],
197197
[JS_LSP_NAME, "@", JS_LSP_VERSION, 1], # TODO: update docker instructions
198-
[PY_FRONT_NAME, "=", JS_LSP_VERSION, 3],
198+
[PY_FRONT_NAME, "=", JS_LSP_VERSION, 2], # conda install
199+
[PY_FRONT_NAME, "==", JS_LSP_VERSION, 1], # pip install
199200
],
200201
)
201202
def test_installation_versions(the_installation_notebook, pkg, sep, version, expected):

0 commit comments

Comments
 (0)