diff --git a/tests/third_party/cupy/linalg_tests/test_product.py b/tests/third_party/cupy/linalg_tests/test_product.py index b23efa51838d..35f2be8e2407 100644 --- a/tests/third_party/cupy/linalg_tests/test_product.py +++ b/tests/third_party/cupy/linalg_tests/test_product.py @@ -102,6 +102,7 @@ def test_dot_with_out(self, xp, dtype_a, dtype_b, dtype_c): ) ) class TestCrossProduct(unittest.TestCase): + @pytest.mark.filterwarnings("ignore::DeprecationWarning") @testing.for_all_dtypes_combination(["dtype_a", "dtype_b"]) @testing.numpy_cupy_allclose(type_check=has_support_aspect64()) def test_cross(self, xp, dtype_a, dtype_b):