mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-10 02:19:18 +08:00
Add @disjoint_base decorator to the third-party stubs (#14716)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user