pytest.ini 1.36 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright (c) 2022-2024, 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