From 2d0ac17ef51cc061adb5a60c9084b8cb9fe2c987 Mon Sep 17 00:00:00 2001 From: leslie-fang25 Date: Thu, 23 Oct 2025 02:32:27 -0700 Subject: [PATCH] [None][chore] exclude InductorSubproc from thread leak check Signed-off-by: leslie-fang25 --- tests/unittest/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unittest/pytest.ini b/tests/unittest/pytest.ini index 1e93eae77ab..5b141aea072 100644 --- a/tests/unittest/pytest.ini +++ b/tests/unittest/pytest.ini @@ -2,7 +2,7 @@ xdist_start_method = spawn asyncio_default_fixture_loop_scope = module threadleak = True -threadleak_exclude = asyncio_\d+ +threadleak_exclude = asyncio_\d+|InductorSubproc addopts = --durations=0 -W ignore::DeprecationWarning pythonpath = _torch/auto_deploy/_utils_test