Skip to content

Commit 5ce2f3e

Browse files
committed
running PyArrow datetime timezone test
1 parent 81e714b commit 5ce2f3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plotly/tests/test_optional/test_px/test_px_hover.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ def test_sunburst_hoverdict_color(backend):
186186

187187
def test_date_in_hover(request, constructor):
188188
# FIXME: PyArrow requires a different format for datetime constructors with timezones
189-
from .conftest import pyarrow_table_constructor
190-
if constructor is pyarrow_table_constructor:
191-
request.applymarker(pytest.mark.xfail)
189+
# from .conftest import pyarrow_table_constructor
190+
# if constructor is pyarrow_table_constructor:
191+
# request.applymarker(pytest.mark.xfail)
192192

193193
df = nw.from_native(
194194
constructor({"date": ["2015-04-04 19:31:30+01:00"], "value": [3]})

0 commit comments

Comments
 (0)