Add --show-traceback to stubtest_third_party (#14511)

This commit is contained in:
Avasam
2025-08-02 14:49:27 -04:00
committed by GitHub
parent 01b9048c9f
commit dde70aeecd
+1
View File
@@ -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),