Skip to content

Commit 33b1b04

Browse files
committed
restore py38/win tests
1 parent 452969b commit 33b1b04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/atest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
OS_PY_ARGS = {
2121
# notebook and ipykernel releases do not yet support python 3.8 on windows
22-
("Windows", "38"): ["--include", "not-supported", "--runemptysuite"]
22+
# ("Windows", "38"): ["--include", "not-supported", "--runemptysuite"]
2323
}
2424

2525

scripts/utest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
OS_PY_ARGS = {
1212
# notebook and ipykernel releases do not yet support python 3.8 on windows
13-
("Windows", "38"): ["-k", "not serverextension"]
13+
# ("Windows", "38"): ["-k", "not serverextension"]
1414
}
1515

1616
DEFAULT_ARGS = ["--cov-fail-under=100"]

0 commit comments

Comments
 (0)