Skip to content

CLN: parametrize test_nat_comparisons #37195

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 4, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
FIX: Add removed comment
  • Loading branch information
ivanovmg committed Nov 4, 2020
commit e0544dc2534b93c1c466d441dfbf8fb10291bfd6
2 changes: 2 additions & 0 deletions pandas/tests/arithmetic/test_datetime64.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ def test_dt64arr_nat_comparison(self, tz_naive_fixture, box_with_array):


class TestDatetime64SeriesComparison:
# TODO: moved from tests.series.test_operators; needs cleanup

@pytest.mark.parametrize(
"pair",
[
Expand Down