mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
[https://nvbugs/5608461][fix] exclude InductorSubproc from thread leak check (#8624)
Signed-off-by: leslie-fang25 <leslief@nvidia.com>
This commit is contained in:
parent
d2c976ceac
commit
d9d898e8b7
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user