Skip to content

Commit

Permalink
add no cover
Browse files Browse the repository at this point in the history
  • Loading branch information
raisadz committed Nov 26, 2024
1 parent e645bb2 commit 7e71132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/expr_and_series/ewm_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def test_ewm_mean_cudf_default_params(
@pytest.mark.filterwarnings(
"ignore:`Expr.ewm_mean` is being called from the stable API although considered an unstable feature."
)
def test_ewm_mean_cudf_raise() -> None:
def test_ewm_mean_cudf_raise() -> None: # pragma: no cover
pytest.importorskip("cudf")
import cudf

Expand Down

0 comments on commit 7e71132

Please sign in to comment.