Skip to content

Commit 6722152

Browse files
committed
BUG: Fix dt64[non_nano] + offset rounding
1 parent 1b571f7 commit 6722152

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tests/arrays/test_datetimes.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,8 +847,7 @@ def test_factorize_sort_without_freq():
847847

848848

849849
@pytest.mark.filterwarnings(
850-
"ignore:Non-vectorized DateOffset being applied to Series or DatetimeIndex:"
851-
"PerformanceWarning"
850+
"ignore:Non-vectorized DateOffset being applied to Series or DatetimeIndex"
852851
)
853852
def test_dt64_non_nano_offset_no_rounding():
854853
# GH#56586

0 commit comments

Comments
 (0)