TensorRT-LLMs/tests/integration/defs/pytest.ini
gramnarayan 88b0fbc8ff
[#8245][feat] Autodeploy: Guided Decoding Support (#8551)
Signed-off-by: William Zhang <133824995+2ez4bz@users.noreply.github.com>
Signed-off-by: Govind Ramnarayan <105831528+govind-ramnarayan@users.noreply.github.com>
Signed-off-by: Lucas Liebenwein <11156568+lucaslie@users.noreply.github.com>
Co-authored-by: William Zhang <133824995+2ez4bz@users.noreply.github.com>
Co-authored-by: Lucas Liebenwein <11156568+lucaslie@users.noreply.github.com>
2025-10-28 09:29:57 +08:00

18 lines
899 B
INI

[pytest]
asyncio_default_fixture_loop_scope = module
threadleak = True
threadleak_exclude = asyncio_\d+
junit_family=legacy
addopts = --ignore-glob="*perf/test_perf.py" --ignore-glob="*test_list_validation.py" --ignore-glob="*llm-test-workspace*" --durations=0 -W ignore::DeprecationWarning
pythonpath =
../../../examples/auto_deploy
norecursedirs = ./triton/perf
markers =
skip_less_device: skip when less device detected than the declared
skip_less_mpi_world_size: skip when less mpi world size detected than the declared
skip_less_device_memory: skip when less device memory detected than the requested
skip_less_host_memory: skip when less host memory detected than the requested
support_fp8: skip when fp8 is not supported on the device
skip_device_not_contain: skip when the device does not contain the specified keyword
timeout: set test timeout in seconds