Skip to content

Commit a95bcc1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 579a2b2 commit a95bcc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/expr_and_series/all_horizontal_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_allh_nth(
5757
) -> None:
5858
if "polars" in str(constructor) and POLARS_VERSION < (1, 0):
5959
request.applymarker(pytest.mark.xfail)
60-
if ("pyspark" in str(constructor)):# or "duckdb" in str(constructor):
60+
if "pyspark" in str(constructor): # or "duckdb" in str(constructor):
6161
request.applymarker(pytest.mark.xfail)
6262
data = {
6363
"a": [False, False, True],

0 commit comments

Comments
 (0)