Skip to content

Commit

Permalink
Merge branch 'branch-24.06' into fix-nightly-cs-call
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Apr 19, 2024
2 parents a149db1 + 40d3dd7 commit 154f0d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/cudf/cudf/tests/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 154f0d1

Please sign in to comment.