Add @disjoint_base decorator to the third-party stubs (#14716)

This commit is contained in:
Brian Schubert
2025-09-14 20:16:16 -04:00
committed by GitHub
parent 0d100b9110
commit 47dbbd6c91
27 changed files with 110 additions and 24 deletions
-2
View File
@@ -116,8 +116,6 @@ def run_stubtest(dist: Path, *, verbose: bool = False, ci_platforms_only: bool =
*packages_to_check,
*modules_to_check,
*allowlist_stubtest_arguments(dist_name),
# FIXME: remove once issues are fixed, refs #14699
"--ignore-disjoint-bases",
]
stubs_dir = dist.parent