Skip to content

Commit

Permalink
Merge branch 'branch-24.06' into ls-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwendt committed Apr 19, 2024
2 parents c194c1b + 40d3dd7 commit 5684ba9
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 5684ba9

Please sign in to comment.