Skip to content

Commit daae3db

Browse files
committed
Add _testclinic_limited and _testlimitedcapi to ignored extensions
1 parent 1f13e09 commit daae3db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cpython-windows/build.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,15 +1163,17 @@ def collect_python_build_artifacts(
11631163
"_ctypes_test",
11641164
"_testbuffer",
11651165
"_testcapi",
1166+
"_testclinic_limited",
11661167
"_testclinic",
11671168
"_testconsole",
11681169
"_testembed",
11691170
"_testimportmultiple",
11701171
"_testinternalcapi",
1171-
"_testsinglephase",
1172+
"_testlimitedcapi",
11721173
"_testmultiphase",
1173-
"xxlimited",
1174+
"_testsinglephase",
11741175
"xxlimited_35",
1176+
"xxlimited",
11751177
}
11761178

11771179
other_projects = {"pythoncore"}

0 commit comments

Comments
 (0)