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 57eec61 commit 81d272cCopy full SHA for 81d272c
tests/modern_polars/ewm_mean_test.py
@@ -11,7 +11,7 @@ def test_ew_mean(
11
) -> None:
12
if any(x in str(constructor_eager) for x in ("pyarrow_table_", "modin")):
13
request.applymarker(pytest.mark.xfail)
14
- if "polars" in str(constructor_eager) and POLARS_VERSION < (1, 1):
+ if "polars" in str(constructor_eager) and POLARS_VERSION < (1, 10):
15
pytest.skip()
16
17
data = {
0 commit comments