Skip to content

Commit aa5c47d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)