diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ccda2596031..d302543368e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -95,7 +95,8 @@ repos: # DeprecationWarning: https://github.com/pandas-dev/pandas/issues/54970 exclude: | (?x)^( - ^python/cudf/cudf/core/dtypes.py + ^python/cudf/cudf/core/dtypes.py| + ^python/cudf/cudf/tests/pytest.ini ) - id: no-programmatic-xfail name: no-programmatic-xfail diff --git a/python/cudf/cudf/tests/pytest.ini b/python/cudf/cudf/tests/pytest.ini index 1f38ffcb726..36ccb434bb2 100644 --- a/python/cudf/cudf/tests/pytest.ini +++ b/python/cudf/cudf/tests/pytest.ini @@ -8,3 +8,5 @@ filterwarnings = error ignore:::.*xdist.* ignore:::.*pytest.* + ignore:Passing a BlockManager to DataFrame is deprecated:DeprecationWarning + # Above deprecation warning comes from Pyarrow Table.to_pandas() with pandas-2.2+