Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cadedaniel committed Jan 8, 2023
1 parent 9d58fe5 commit e6d8594
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ filterwarnings =
# TODO(cade) create issue
# Used in _create_possibly_ragged_ndarray.
ignore:Creating an ndarray from ragged nested sequences \(which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes\) is deprecated.:numpy.VisibleDeprecationWarning
ignore:`np.*` is a deprecated alias for the builtin `.*`.:DeprecationWarning:test_dataset_pipeline

# Ray deprecation/user warnings.
ignore:placement_group parameter is deprecated:DeprecationWarning
Expand All @@ -46,7 +47,7 @@ filterwarnings =

# Used by test_parquet_deserialize_pieces_with_retry
# TODO(cade) create issue
ignore:ParquetDataset.pieces' attribute is deprecated as of pyarrow 5.0.0 and will be removed in a future version. Use the '.fragments' attribute instead:FutureWarning
ignore:'ParquetDataset.pieces' attribute is deprecated as of pyarrow 5.0.0 and will be removed in a future version. Use the '.fragments' attribute instead:FutureWarning

# Used by test_callsite_warning.
# Will be removed in Pytest 8.
Expand Down

0 comments on commit e6d8594

Please sign in to comment.