Skip to content

Commit

Permalink
Update python/cudf/cudf/tests/test_timedelta.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
galipremsagar and bdice authored Mar 11, 2022
1 parent 1603ebf commit 39e8a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/test_timedelta.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ def test_timedelta_datetime_index_ops_misc(
),
],
)
@pytest.mark.filterwarnings("ignore::RuntimeWarning")
@pytest.mark.filterwarnings("ignore:divide by zero:RuntimeWarning:pandas")
def test_timedelta_index_ops_with_scalars(data, other_scalars, dtype, op):
gtdi = cudf.Index(data=data, dtype=dtype)
ptdi = gtdi.to_pandas()
Expand Down

0 comments on commit 39e8a4d

Please sign in to comment.