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 410d30e commit c58e73aCopy full SHA for c58e73a
plotly/tests/test_optional/test_px/test_px_hover.py
@@ -185,11 +185,6 @@ def test_sunburst_hoverdict_color(backend):
185
186
187
def test_date_in_hover(request, constructor):
188
- # 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)
192
-
193
df = nw.from_native(
194
constructor({"date": ["2015-04-04 19:31:30+0100"], "value": [3]})
195
).with_columns(date=nw.col("date").str.to_datetime(format="%Y-%m-%d %H:%M:%S%z"))
0 commit comments