Skip to content

Commit a1e185a

Browse files
committed
include a non-existent tag on win38, allow running empty suite
1 parent d944fa1 commit a1e185a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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"): ["--exclude", "*"]
22+
("Windows", "38"): ["--include", "not-supported", "--runemptysuite"]
2323
}
2424

2525

0 commit comments

Comments
 (0)