From d9d898e8b7639b0dd35358f6c0bb83d18fdd1e1e Mon Sep 17 00:00:00 2001 From: Leslie Fang Date: Fri, 24 Oct 2025 13:08:42 +0800 Subject: [PATCH] [https://nvbugs/5608461][fix] exclude InductorSubproc from thread leak check (#8624) 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 1e93eae77a..5b141aea07 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