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 81e714b commit 5ce2f3eCopy full SHA for 5ce2f3e
plotly/tests/test_optional/test_px/test_px_hover.py
@@ -186,9 +186,9 @@ def test_sunburst_hoverdict_color(backend):
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)
+ # from .conftest import pyarrow_table_constructor
+ # if constructor is pyarrow_table_constructor:
+ # request.applymarker(pytest.mark.xfail)
192
193
df = nw.from_native(
194
constructor({"date": ["2015-04-04 19:31:30+01:00"], "value": [3]})
0 commit comments