Skip to content

Commit

Permalink
fix min pandas version test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent-Maladiere committed Nov 9, 2023
1 parent 0bf4896 commit d5a4091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skrub/tests/test_datetime_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ def test_mixed_datetime_format():
assert_array_equal(series_dt, expected_series_dt)


@pytest.mark.skipif(not _is_pandas_format_mixed_available(), reason=MSG_MIN_PANDAS_SKIP)
def test_mix_of_unambiguous():
X_col = ["2021/10/15", "01/14/2021"]
out = to_datetime(X_col)
Expand Down

0 comments on commit d5a4091

Please sign in to comment.