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