Skip to content

Commit

Permalink
Update python/cudf/cudf/tests/test_datetime.py
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Blackmon-Luca <[email protected]>
  • Loading branch information
karthikeyann and charlesbluca authored Nov 15, 2021
1 parent 4a70ded commit e366c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/test_datetime.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def test_dt_ops(data):
assert_eq(pd_data > pd_data, gdf_data > gdf_data)


# licudf doesn't respect timezones
# libcudf doesn't respect timezones
@pytest.mark.parametrize("data", [data1()])
@pytest.mark.parametrize("field", fields)
def test_dt_series(data, field):
Expand Down

0 comments on commit e366c50

Please sign in to comment.