Skip to content

Commit 0a142b1

Browse files
committed
Stop traceback propagation
1 parent b2d82d6 commit 0a142b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_multiple_interpreters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def check_script_success_in_subprocess(code: str, *, rerun: int = 8) -> None:
285285
f"```\n\n"
286286
f"Output:\n"
287287
f"{ex.output}"
288-
) from ex
288+
) from None
289289

290290

291291
@pytest.mark.skipif(

0 commit comments

Comments
 (0)