mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
GH-114013: fix setting HOSTRUNNER
for Tools/wasm/wasi.py
(GH-114097)
Also fix tests found failing under a pydebug build of WASI thanks to `make test` working due to this change.
This commit is contained in:
parent
3d5df54cdc
commit
03f7839703
8 changed files with 15 additions and 12 deletions
|
@ -69,7 +69,7 @@ class UserListTest(list_tests.CommonTest):
|
|||
|
||||
# Decorate existing test with recursion limit, because
|
||||
# the test is for C structure, but `UserList` is a Python structure.
|
||||
test_repr_deep = support.infinite_recursion()(
|
||||
test_repr_deep = support.infinite_recursion(25)(
|
||||
list_tests.CommonTest.test_repr_deep,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue