From 902d0d2b9b00f9506f14c4226d974aa256904bf2 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Fri, 19 Apr 2024 18:59:00 +0000 Subject: [PATCH] Ignore the cupy warning --- python/cudf/cudf/tests/pytest.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/cudf/cudf/tests/pytest.ini b/python/cudf/cudf/tests/pytest.ini index 36ccb434bb2..710473acb85 100644 --- a/python/cudf/cudf/tests/pytest.ini +++ b/python/cudf/cudf/tests/pytest.ini @@ -8,5 +8,7 @@ filterwarnings = error ignore:::.*xdist.* ignore:::.*pytest.* + # Deprecation warning from Pyarrow Table.to_pandas() with pandas-2.2+ ignore:Passing a BlockManager to DataFrame is deprecated:DeprecationWarning - # Above deprecation warning comes from Pyarrow Table.to_pandas() with pandas-2.2+ + # PerformanceWarning from cupy warming up the JIT cache + ignore:Jitify is performing a one-time only warm-up to populate the persistent cache:cupy._util.PerformanceWarning