Skip to content

Commit 6dfce34

Browse files
committed
don't even try win/36 completion right now
1 parent 296bdcd commit 6dfce34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/atest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
OS_PY_ARGS = {
2121
# notebook and ipykernel releases do not yet support python 3.8 on windows
2222
# ("Windows", "38"): ["--include", "not-supported", "--runemptysuite"]
23+
("Windows", "36"): ["--exclude", "feature:completion"]
2324
}
2425

2526
NON_CRITICAL = [

0 commit comments

Comments
 (0)