File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
22
# notebook and ipykernel releases do not yet support python 3.8 on windows
23
23
# ("Windows", "38"): ["--include", "not-supported", "--runemptysuite"]
24
24
# TODO: restore when we figure out win36 vs jedi on windows
25
- ("Windows" , "36" ): ["--exclude" , "feature:completion" , "--runemptysuite" ]
25
+ # ("Windows", "36"): ["--exclude", "feature:completion", "--runemptysuite"]
26
26
}
27
27
28
28
NON_CRITICAL = [
29
29
# TODO: restore when yaml-language-server supports both config and...
30
30
# everything else: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/245
31
31
["language:yaml" , "feature:config" ],
32
32
# TODO: restore when we figure out win36 vs jedi on windows
33
- ["language:python" , "py:36" , "os:windows" ],
33
+ # ["language:python", "py:36", "os:windows"],
34
34
]
35
35
36
36
@@ -100,6 +100,10 @@ def atest(attempt, extra_args):
100
100
f"OS:{ OS } " ,
101
101
"--variable" ,
102
102
f"PY:{ PY } " ,
103
+ # don't ever test our examples
104
+ "--exclude" ,
105
+ "atest:example" ,
106
+ # random ensures there's not inter-test coupling
103
107
"--randomize" ,
104
108
"all" ,
105
109
* (extra_args or []),
You can’t perform that action at this time.
0 commit comments