Skip to content

Commit

Permalink
smaller diff
Browse files Browse the repository at this point in the history
  • Loading branch information
EdAbati committed Sep 12, 2024
1 parent a053b07 commit a415bd0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/frame/drop_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@ def test_drop(constructor: Any, to_drop: list[str], expected: list[str]) -> None
(False, does_not_raise()),
],
)
def test_drop_strict(
request: pytest.FixtureRequest,
constructor: Any,
strict: bool, # noqa: FBT001
context: Any,
) -> None:
def test_drop_strict(request: Any, constructor: Any, strict: bool, context: Any) -> None: # noqa: FBT001
if (
"polars_lazy" in str(request)
and parse_version(pl.__version__) < (1, 0, 0)
Expand Down

0 comments on commit a415bd0

Please sign in to comment.