Skip to content

Commit a94517c

Browse files
committed
fix: remove xfail for PyArrow timezone test
1 parent 72bc179 commit a94517c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

plotly/tests/test_optional/test_px/test_px_input.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -400,11 +400,6 @@ def test_build_df_with_hover_data_from_vaex_and_polars(test_lib, hover_data):
400400

401401

402402
def test_timezones(request, constructor):
403-
# FIXME: PyArrow requires a different format for datetime constructors with timezones
404-
from .conftest import pyarrow_table_constructor
405-
if constructor is pyarrow_table_constructor:
406-
request.applymarker(pytest.mark.xfail)
407-
408403
df = nw.from_native(
409404
constructor({"date": ["2015-04-04 19:31:30+0100"], "value": [3]})
410405
).with_columns(nw.col("date").str.to_datetime(format="%Y-%m-%d %H:%M:%S%z"))

0 commit comments

Comments
 (0)