Skip to content

Commit dde70ae

Browse files
authored
Add --show-traceback to stubtest_third_party (#14511)
1 parent 01b9048 commit dde70ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/stubtest_third_party.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def run_stubtest(dist: Path, *, verbose: bool = False, ci_platforms_only: bool =
108108
"mypy.stubtest",
109109
"--mypy-config-file",
110110
temp.name,
111+
"--show-traceback",
111112
# Use --custom-typeshed-dir in case we make linked changes to stdlib or _typeshed
112113
"--custom-typeshed-dir",
113114
str(dist.parent.parent),

0 commit comments

Comments
 (0)