Skip to content

Commit

Permalink
polars verison
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Oct 8, 2024
1 parent d359241 commit d7ed5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/expr_and_series/convert_time_zone_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_convert_time_zone_from_none(
or ("pyarrow_table" in str(constructor) and parse_version(pa.__version__) < (12,))
):
request.applymarker(pytest.mark.xfail)
if "polars" in str(constructor) and parse_version(pl.__version__) < (0, 20, 10):
if "polars" in str(constructor) and parse_version(pl.__version__) < (0, 20, 7):
# polars used to disallow this
request.applymarker(pytest.mark.xfail)
data = {
Expand Down

0 comments on commit d7ed5b0

Please sign in to comment.