It would be nice to be able to do say `pytest --constructors=pandas` and not need Polars installed To do this, we should replace `import polars` with `polars = pytest.importorskip('polars')` only in the places where it's truly necessary to import Polars