From dde70aeecda2e00553c3a3b6df5ffebec74957d4 Mon Sep 17 00:00:00 2001 From: Avasam Date: Sat, 2 Aug 2025 14:49:27 -0400 Subject: [PATCH] Add --show-traceback to stubtest_third_party (#14511) --- tests/stubtest_third_party.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/stubtest_third_party.py b/tests/stubtest_third_party.py index 1e60d65ea..d2ea4190b 100755 --- a/tests/stubtest_third_party.py +++ b/tests/stubtest_third_party.py @@ -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),