Skip to content

Commit

Permalink
TST Don't set stackTraceLimit twice (pyodide#1139)
Browse files Browse the repository at this point in the history
We already set it during initialization
  • Loading branch information
dalcde authored Jan 15, 2021
1 parent 3adebcd commit d70c32e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def run_js(self, code):
# we have a multiline string, fix indentation
code = textwrap.dedent(code)
wrapper = """
Error.stackTraceLimit = Infinity;
let run = () => { %s }
try {
let result = run();
Expand Down

0 comments on commit d70c32e

Please sign in to comment.