We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d944fa1 commit a1e185aCopy full SHA for a1e185a
scripts/atest.py
@@ -19,7 +19,7 @@
19
20
OS_PY_ARGS = {
21
# notebook and ipykernel releases do not yet support python 3.8 on windows
22
- ("Windows", "38"): ["--exclude", "*"]
+ ("Windows", "38"): ["--include", "not-supported", "--runemptysuite"]
23
}
24
25
0 commit comments