Skip to content

Commit ea9f3f5

Browse files
committed
Accept failures on more versions
1 parent 3371938 commit ea9f3f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/atest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
# TODO: restore once busy indicator is CSS-readable on 3.3.x
3333
# https://github.com/jupyterlab/jupyterlab/issues/12174
3434
["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"],
3538
# TODO: restore when we figure out win36 vs jedi on windows
3639
# ["language:python", "py:36", "os:windows"],
3740
]

0 commit comments

Comments
 (0)