Skip to content

Commit

Permalink
test extra test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Oct 6, 2024
1 parent bc416b1 commit 889dfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dtypes_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_array_valid() -> None:


@pytest.mark.skipif(
parse_version(pl.__version__) < (1,) or parse_version(pd.__version__) < (2,),
parse_version(pl.__version__) < (1,) or parse_version(pd.__version__) < (2, 2),
reason="`shape` is only available after 1.0",
)
def test_polars_2d_array() -> None:
Expand Down

0 comments on commit 889dfac

Please sign in to comment.