"ignore:The behavior of DataFrame concatenation with empty or all-NA entries is deprecated.*:FutureWarning",# pandas 2.x concat deprecation in AIC SDK TODO: fix in AIC
# pynvml deprecation, temporary until upstream migrates to nvidia-ml-py
"ignore:Automatic KV events configuration is deprecated.*:FutureWarning",# Ignore Dynamo's own KV events deprecation warning in tests
"ignore:The pynvml package is deprecated.*:FutureWarning",
"ignore:builtin type (SwigPyPacked|SwigPyObject|swigvarlink) has no __module__ attribute:DeprecationWarning",# Python 3.12 SWIG extension warning from third-party tokenizer deps
# Dynamo's own KV events deprecation warning
# Pydantic V2 deprecation warnings from TRTLLM dependencies (raised at import time during collection)
"ignore:Automatic KV events configuration is deprecated.*:FutureWarning",
# Python 3.12 SWIG extension warning from third-party tokenizer deps
"ignore:builtin type (SwigPyPacked|SwigPyObject|swigvarlink) has no __module__ attribute:DeprecationWarning",
# Pydantic V2 deprecation warnings from TRTLLM dependencies
"ignore:Support for class-based `config`.*:pydantic.warnings.PydanticDeprecatedSince20",
"ignore:Support for class-based `config`.*:pydantic.warnings.PydanticDeprecatedSince20",
"ignore:Using extra keyword arguments on `Field`.*:pydantic.warnings.PydanticDeprecatedSince20",
"ignore:Using extra keyword arguments on `Field`.*:pydantic.warnings.PydanticDeprecatedSince20",
"ignore:The `schema` method is deprecated.*:pydantic.warnings.PydanticDeprecatedSince20",
"ignore:The `schema` method is deprecated.*:pydantic.warnings.PydanticDeprecatedSince20",
# Pydantic warning about field shadowing in tensorrt_llm.serve.openai_protocol.ResponseFormat
# Pydantic field shadowing in tensorrt_llm.serve.openai_protocol.ResponseFormat
'ignore:Field name "schema" in "ResponseFormat" shadows an attribute in parent:UserWarning',
'ignore:Field name "schema" in "ResponseFormat" shadows an attribute in parent:UserWarning',
# pytest-benchmark automatically disables when xdist is active, ignore the warning
# pytest-benchmark automatically disables when xdist is active
"ignore:.*Benchmarks are automatically disabled.*:pytest_benchmark.logger.PytestBenchmarkWarning",
"ignore:.*Benchmarks are automatically disabled.*:pytest_benchmark.logger.PytestBenchmarkWarning",
# torchao invalid escape sequences in docstrings at import time