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 37e01a3 commit f7ecc1cCopy full SHA for f7ecc1c
tests/_utils/test_narwhals_utils.py
@@ -211,6 +211,7 @@ def test_make_lazy_with_all_dataframes(df: IntoDataFrame) -> None:
211
assert type(result_from_collected) is type(df)
212
213
214
+@pytest.mark.skipif(not HAS_DEPS, reason="optional dependencies not installed")
215
def test_undo_preserves_lazy_or_eager_type():
216
"""Test that the undo callback returns the correct type (eager or lazy) matching the original input."""
217
import polars as pl
0 commit comments