Skip to content

Commit 86bb1a8

Browse files
gvwilsonemilykl
andauthored
Update plotly/tests/test_optional/test_px/test_px_input.py
Co-authored-by: Emily KL <[email protected]>
1 parent a94517c commit 86bb1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tests/test_optional/test_px/test_px_input.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def test_build_df_with_hover_data_from_vaex_and_polars(test_lib, hover_data):
399399
)
400400

401401

402-
def test_timezones(request, constructor):
402+
def test_timezones(constructor):
403403
df = nw.from_native(
404404
constructor({"date": ["2015-04-04 19:31:30+0100"], "value": [3]})
405405
).with_columns(nw.col("date").str.to_datetime(format="%Y-%m-%d %H:%M:%S%z"))

0 commit comments

Comments
 (0)