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 d72ce2d commit 94029edCopy full SHA for 94029ed
tests/translate/from_native_test.py
@@ -454,7 +454,7 @@ def test_eager_only_pass_through_main(constructor: Constructor) -> None:
454
nw.from_native(df, eager_only=True, pass_through=False) # type: ignore[type-var]
455
456
457
-def test_from_native_eager_only_series_only_allow() -> None: # noqa: PLR0914, PLR0915
+def test_from_native_series_exhaustive() -> None: # noqa: PLR0914, PLR0915
458
pytest.importorskip("polars")
459
pytest.importorskip("pandas")
460
pytest.importorskip("pyarrow")
0 commit comments