mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-07 14:00:12 +08:00
Add --show-traceback to stubtest_third_party (#14511)
This commit is contained in:
@@ -108,6 +108,7 @@ def run_stubtest(dist: Path, *, verbose: bool = False, ci_platforms_only: bool =
|
||||
"mypy.stubtest",
|
||||
"--mypy-config-file",
|
||||
temp.name,
|
||||
"--show-traceback",
|
||||
# Use --custom-typeshed-dir in case we make linked changes to stdlib or _typeshed
|
||||
"--custom-typeshed-dir",
|
||||
str(dist.parent.parent),
|
||||
|
||||
Reference in New Issue
Block a user