Skip to content

Commit 27177c5

Browse files
committed
Outdated docker instructions are no more (PRs welcome)
1 parent ceafef5 commit 27177c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/integrity.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,15 +193,13 @@ def test_changelog_versions(pkg, version):
193193
@pytest.mark.parametrize(
194194
"pkg,sep,version,expected",
195195
[
196-
[PY_SERVER_NAME, "=", PY_SERVER_VERSION, 1], # TODO: update docker instructions
197196
[
198197
PY_SERVER_NAME,
199198
"==",
200199
PY_SERVER_VERSION,
201200
0,
202201
], # zero because jupyterlab-lsp is good enough
203202
[PY_SERVER_NAME + "-python", "=", PY_SERVER_VERSION, 1],
204-
[JS_LSP_NAME, "@", JS_LSP_VERSION, 1], # TODO: update docker instructions
205203
[PY_FRONT_NAME, "=", JS_LSP_VERSION, 2], # conda install
206204
[PY_FRONT_NAME, "==", JS_LSP_VERSION, 1], # pip install
207205
],

0 commit comments

Comments
 (0)