We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b571f7 commit 6722152Copy full SHA for 6722152
pandas/tests/arrays/test_datetimes.py
@@ -847,8 +847,7 @@ def test_factorize_sort_without_freq():
847
848
849
@pytest.mark.filterwarnings(
850
- "ignore:Non-vectorized DateOffset being applied to Series or DatetimeIndex:"
851
- "PerformanceWarning"
+ "ignore:Non-vectorized DateOffset being applied to Series or DatetimeIndex"
852
)
853
def test_dt64_non_nano_offset_no_rounding():
854
# GH#56586
0 commit comments