We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d50dae commit aa5c47dCopy full SHA for aa5c47d
tests/unit/test_dataframe_polars.py
@@ -38,7 +38,7 @@
38
convert_pandas_dtypes,
39
)
40
41
-pytest.importorskip("polars")
+pytest.importorskip("polars", minversion="1.7.0")
42
pytest.importorskip("pandas", minversion="2.0.0")
43
44
CURRENT_DIR = pathlib.Path(__file__).parent
0 commit comments