Skip to content

Commit 4858314

Browse files
committed
Update version conditions
1 parent e7fa67f commit 4858314

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

atest/Keywords.resource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ Open File
381381

382382
Open in Advanced Settings
383383
[Arguments] ${plugin id}
384-
IF '${LAB VERSION}'.startswith('3.3')
384+
IF '${LAB VERSION}'.startswith('3.')
385385
Lab Command Advanced JSON Settings Editor
386386
ELSE
387387
Lab Command Advanced Settings Editor

scripts/atest.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929
# TODO: restore when yaml-language-server supports both config and...
3030
# everything else: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/245
3131
["language:yaml", "feature:config"],
32-
# TODO: restore once busy indicator is CSS-readable on 3.3.x
33-
# https://github.com/jupyterlab/jupyterlab/issues/12174
34-
["requires:busy-indicator", "lab:3.3.0"],
35-
["requires:busy-indicator", "lab:3.3.1"],
36-
["requires:busy-indicator", "lab:3.3.2"],
37-
["requires:busy-indicator", "lab:3.3.3"],
3832
# TODO: restore when we figure out win36 vs jedi on windows
3933
# ["language:python", "py:36", "os:windows"],
4034
]

0 commit comments

Comments
 (0)