Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit aa5c47d

Browse files
committed
add minversion to skips
1 parent 3d50dae commit aa5c47d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_dataframe_polars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
convert_pandas_dtypes,
3939
)
4040

41-
pytest.importorskip("polars")
41+
pytest.importorskip("polars", minversion="1.7.0")
4242
pytest.importorskip("pandas", minversion="2.0.0")
4343

4444
CURRENT_DIR = pathlib.Path(__file__).parent

0 commit comments

Comments
 (0)