Skip to content

Commit

Permalink
pragma no cover because no pyspark
Browse files Browse the repository at this point in the history
  • Loading branch information
FBruzzesi committed Jan 19, 2025
1 parent 1e0d23c commit a0eed22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/expr_and_series/dt/datetime_attributes_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_datetime_attributes(
if attribute == "date" and "cudf" in str(constructor):
request.applymarker(pytest.mark.xfail)

if "pyspark" in str(constructor):
if "pyspark" in str(constructor): # pragma: no cover
data_ = {
col_name: [v.replace(tzinfo=timezone.utc) for v in col_values]
for col_name, col_values in data.items()
Expand Down

0 comments on commit a0eed22

Please sign in to comment.