# Copyright (c) 2022-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # See LICENSE for license information. [pytest] filterwarnings= ignore:Fused attention is not enabled.*:UserWarning ignore:The hookimpl.*:DeprecationWarning ignore:xmap is an experimental feature and probably has bugs! ignore:the imp module is deprecated in favour of importlib.*:DeprecationWarning ignore:can't resolve package from __spec__ or __package__:ImportWarning ignore:Using or importing the ABCs.*:DeprecationWarning ignore:numpy.ufunc size changed ignore:.*experimental feature ignore:The distutils.* is deprecated.*:DeprecationWarning ignore:backend and device argument on jit is deprecated.*:DeprecationWarning ignore:ml_dtypes.float8_e4m3b11 is deprecated. ignore:np.find_common_type is deprecated.*:DeprecationWarning ignore:jax.numpy.in1d is deprecated.*:DeprecationWarning ignore:The numpy.array_api submodule is still experimental.*:UserWarning ignore:case not machine-readable.*:UserWarning ignore:not machine-readable.*:UserWarning ignore:Special cases found for .* but none were parsed.*:UserWarning ignore:jax.extend.mlir.dialects.mhlo is deprecated.*:DeprecationWarning ignore:jax.experimental.maps and .* are deprecated.*:DeprecationWarning ignore:The host_callback APIs are deprecated .*:DeprecationWarning ignore:Scan loop is disabled for fused ring attention.*:UserWarning