Skip to content

Commit 84ba4b5

Browse files
committed
no need to skip legacy tests now
1 parent 453461d commit 84ba4b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/python/plotly/plotly/tests/test_io/test_to_from_plotly_json.py

-3
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ def test_object_numpy_encoding(object_numpy_array, engine, pretty):
170170

171171

172172
def test_datetime(datetime_value, engine, pretty):
173-
if engine == "legacy":
174-
pytest.skip("legacy encoder doesn't strip timezone from scalar datetimes")
175-
176173
value = build_test_dict(datetime_value)
177174
result = pio.to_json_plotly(value, engine=engine, pretty=pretty)
178175
expected = build_test_dict_string('"{}"'.format(isoformat_test(datetime_value)))

0 commit comments

Comments
 (0)