Skip to content

Commit 598f762

Browse files
committed
BUG: Remove special-casing for Python date objects in DatetimeIndex
1 parent 5df34b5 commit 598f762

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/series/test_arithmetic.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -784,8 +784,6 @@ def test_align_date_objects_with_datetimeindex(self):
784784
assert result.isna().all()
785785
assert result2.isna().all()
786786

787-
tm.assert_series_equal(result, result2)
788-
789787

790788
class TestNamePreservation:
791789
@pytest.mark.parametrize("box", [list, tuple, np.array, Index, Series, pd.array])

0 commit comments

Comments
 (0)