We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86bb1a8 commit 742f592Copy full SHA for 742f592
plotly/tests/test_optional/test_px/test_px_hover.py
@@ -184,7 +184,7 @@ def test_sunburst_hoverdict_color(backend):
184
assert "color" in fig.data[0].hovertemplate
185
186
187
-def test_date_in_hover(request, constructor):
+def test_date_in_hover(constructor):
188
df = nw.from_native(
189
constructor({"date": ["2015-04-04 19:31:30+0100"], "value": [3]})
190
).with_columns(date=nw.col("date").str.to_datetime(format="%Y-%m-%d %H:%M:%S%z"))
0 commit comments