[https://nvbugs/5608461][fix] exclude InductorSubproc from thread leak check (#8624)

Signed-off-by: leslie-fang25 <leslief@nvidia.com>
This commit is contained in:
Leslie Fang 2025-10-24 13:08:42 +08:00 committed by GitHub
parent d2c976ceac
commit d9d898e8b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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